diff --git a/src/yandere_bot.py b/src/yandere_bot.py index 04edb78..238abc4 100644 --- a/src/yandere_bot.py +++ b/src/yandere_bot.py @@ -292,7 +292,7 @@ class YandereBot: # 2. The server is down. Check to verify in a web browser (this is the default assumption since the # mastodon.py API will not specify why the connection timed out). # The default assumption is #2 - except (FileNotFoundError, MastodonAPIError) as e: + except (FileNotFoundError, MastodonAPIError, Exception) as e: print("Exception:", e) # An exception occurred