diff --git a/active_bots/mastodonbot.py b/active_bots/mastodonbot.py index 3904568..8d3d4a6 100755 --- a/active_bots/mastodonbot.py +++ b/active_bots/mastodonbot.py @@ -26,6 +26,7 @@ class MastodonBot(Bot): try: notifications = m.notifications() except mastodon.MastodonNetworkError: + logger.error("Mastodon Network Error.") return mentions except mastodon.MastodonInternalServerError: try: