Add minor changes

This commit is contained in:
AlberLC
2023-08-06 07:23:49 +02:00
parent 69e352d5ec
commit dad3482096

View File

@@ -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)