Skip to content

Commit

Permalink
Added more time-slots.
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed May 7, 2014
1 parent 7b94e38 commit 3f46984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lost_tracker/core.py
Expand Up @@ -205,7 +205,6 @@ def slots():
"""

return [
TimeSlot('18h40'),
TimeSlot('18h50'),
TimeSlot('19h00'),
TimeSlot('19h10'),
Expand All @@ -220,6 +219,8 @@ def slots():
TimeSlot('20h40'),
TimeSlot('20h50'),
TimeSlot('21h00'),
TimeSlot('21h10'),
TimeSlot('21h20'),
]


Expand Down

0 comments on commit 3f46984

Please sign in to comment.