mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
exception
This commit is contained in:
parent
e770f4270e
commit
cc5f94f380
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Gateway:
|
|||
await self.send_identify()
|
||||
self.loop.create_task(self.receive())
|
||||
await self.check_heartbeating()
|
||||
except (aiohttp.ClientConnectionError, asyncio.TimeoutError) as exc:
|
||||
except Exception as exc:
|
||||
_logger.error("(Shard %s) Connecting failed!", self.shard_id)
|
||||
|
||||
raise exc
|
||||
|
|
Loading…
Reference in a new issue