From c2b92c56eb876b2bc446cf24ee38c84745b2162c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 4 Apr 2018 23:45:13 +0200 Subject: [PATCH] fix: remove loop close --- bin/fetcher.py | 2 -- 1 file changed, 2 deletions(-) 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__':