Skip to content

Commit

Permalink
No need to have starting strftime in the calendar app, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CRImier committed Nov 28, 2018
1 parent 14294aa commit 4e54c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/calendar/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class CalendarApp(ZeroApp):
menu_name = "Calendar"

def on_start(self):
self.dp = DatePicker(self.i, self.o, callback=test_callback, init_strftime='2008-03-12')
self.dp = DatePicker(self.i, self.o, callback=test_callback)
print(self.dp.activate())

0 comments on commit 4e54c40

Please sign in to comment.