diff --git a/src/main.py b/src/main.py index 2bcc989..a7e62c2 100755 --- a/src/main.py +++ b/src/main.py @@ -160,7 +160,7 @@ class YandereBot(FediBot.YandereBot): def post(self, picked): try: - super(YandereBot, self).post(picked) + return super(YandereBot, self).post(picked) except (FileNotFoundError, MastodonAPIError, FediBot.InvalidPost, Exception) as e: print("Exception:", e)