diff --git a/flanabot/bots/scraper_bot.py b/flanabot/bots/scraper_bot.py index 00f3f04..865b559 100644 --- a/flanabot/bots/scraper_bot.py +++ b/flanabot/bots/scraper_bot.py @@ -263,6 +263,7 @@ class ScraperBot(MultiBot, ABC): gather_results = await gather_future await self.delete_message(bot_state_message) + # noinspection PyTypeChecker gather_medias, gather_exceptions = flanautils.filter_exceptions(gather_results + instagram_results) await self._manage_exceptions(exceptions + gather_exceptions, message, print_traceback=True)