parent
58f5e729b6
commit
04580dbb97
2 changed files with 2 additions and 2 deletions
|
@ -195,6 +195,6 @@ for i in itertools.count():
|
|||
if not i % 10:
|
||||
populate_events()
|
||||
send_reminders()
|
||||
except:
|
||||
except Exception:
|
||||
logging.exception("Couldn't download Google calendar and/or couldn't post to Zulip.")
|
||||
time.sleep(60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue