From a5d6920e8821b884baf75640d159034d67e77aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= Date: Mon, 1 Mar 2021 22:03:49 +0100 Subject: [PATCH] :bug: Apparently just printing the error as a log also sent me a fucking email --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 4cf0a2e..ef9de97 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,6 @@ 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)) exit(1) # ______ __ __ __ __ __ __ ____ _____ ____ __