Skip to content

Commit

Permalink
Fix: reset timepoints
Browse files Browse the repository at this point in the history
  • Loading branch information
shino authored Sep 14, 2018
1 parent f4fcc77 commit 15875c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class BaseConfig(object):
(time(8, 50), time(9, 20)),
(time(10, 15), time(10, 45)),
(time(12, 25), time(12, 55)),
(time(23, 40), time(23, 59)),
(time(13, 50), time(14, 20))
]
ONE_DAY_KIND = ['visitor']

Expand Down

0 comments on commit 15875c2

Please sign in to comment.