Skip to content

Commit 7ab8fb5

Browse files
authored
Update start time for hike
1 parent 7aeea08 commit 7ab8fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ical_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def create_break(title, start, minutes):
7373
C_KEY = 'turkoise'
7474
C_KEYM = 'lightblue'
7575

76-
define_slot(999, day0('13:00'), 60*5, C_SOCIAL)
76+
define_slot(999, day0('12:35'), 60*5, C_SOCIAL)
7777
define_slot(998, day1('19:00'), 120, C_SOCIAL)
7878

7979
create_break('Coffee Break', day1('10:30'), 30)

0 commit comments

Comments
 (0)