bugfix for example vs pi-cal-grabber
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ def process_events(events):
|
||||
|
||||
|
||||
def main():
|
||||
cg = CalGrab("./.auth.json", [CALENDARS], [process_events])
|
||||
cg = CalGrab("./.auth.json", CALENDARS, [process_events])
|
||||
cg.update_at_interval(10)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user