fix: remove loop close

pull/12/head
Raphaël Vinot 2018-04-04 23:45:13 +02:00
parent b5894c45da
commit c2b92c56eb
1 changed files with 0 additions and 2 deletions

View File

@ -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__':