diff --git a/bin/fetcher.py b/bin/fetcher.py index 506343f..c18671f 100755 --- a/bin/fetcher.py +++ b/bin/fetcher.py @@ -35,8 +35,6 @@ class ModulesManager(AbstractManager): ) except aiohttp.client_exceptions.ClientConnectorError as e: self.logger.critical('Exception while fetching lists: {}'.format(e)) - finally: - loop.close() if __name__ == '__main__':