add return

This commit is contained in:
samerbam 2023-08-27 00:44:54 -04:00
parent 0bb4cdcdd6
commit a9b471ce9b

View File

@ -104,7 +104,8 @@ class SyncData():
def get_calendar_events(self, day=None): def get_calendar_events(self, day=None):
self.get_new_creds() if not self.get_new_creds():
return
# now = datetime.now() # now = datetime.now()
# if day: # if day: