use logging throughout the code

This commit is contained in:
2025-04-23 14:33:49 +02:00
parent c4913046a7
commit db0f1a2b9c
3 changed files with 14 additions and 10 deletions

View File

@@ -51,4 +51,5 @@ class BunnyStorageHandler(BaseHandler):
async def close(self):
await self._session.close()
await self._connector.close()
await self._connector.close()
await super().close()