Update app.py

master
Chris Nutter 2025-01-10 12:01:07 -08:00
parent 4ee4b21b1f
commit 66a53ecfdf
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -89,7 +89,7 @@ END:VCALENDAR
logger.info("Calendar updated.") logger.info("Calendar updated.")
except Exception as e: except Exception as e:
logger.exception{"Error: {str(e)}"} logger.exception("Error: {str(e)}")
# Usage example # Usage example
if __name__ == "__main__": if __name__ == "__main__":