updated all formatting.

This commit is contained in:
Lucas
2022-04-03 16:43:28 -04:00
parent 3d21f96959
commit 32df9bd9d3
4 changed files with 19 additions and 14 deletions
+2
View File
@@ -1,10 +1,12 @@
from calendar_grabber import CalGrab
def process_events(events):
print("PROCESSING EVENTS")
for event in events:
print(event)
def main():
cg = CalGrab("./.auth.json", "loskorep@productiveedge.com", [process_events])
cg.update_at_interval(5, 15)