diff --git a/main.py b/main.py index 352f68b..6689cbb 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ def crawl(): end=datetime.strptime((datetime.now() + timedelta(days=365)).strftime('%Y-%m-%d'), '%Y-%m-%d')) except ValueError as error: # Value error sometimes happens because of a problem with dateutil and timezones - print("Error fetching ical events. Terminating." + str(error.with_traceback())) + print("Error fetching ical events. Terminating." + error) exit(1) # ______ __ __ __ __ __ __ ____ _____ ____ __