fix: remove loop close
parent
b5894c45da
commit
c2b92c56eb
|
@ -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__':
|
||||
|
|
Loading…
Reference in New Issue