Fix typo
This commit is contained in:
parent
d783abf014
commit
80b8a997fe
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ class Room:
|
||||||
logger.warn(f"&{self.roomname}: Throttled for reason: {packet.get('throttled_reason', 'no reason')!r}")
|
logger.warn(f"&{self.roomname}: Throttled for reason: {packet.get('throttled_reason', 'no reason')!r}")
|
||||||
|
|
||||||
if "error" in packet:
|
if "error" in packet:
|
||||||
raise ResponseError(response.get("error"))
|
raise ResponseError(packet.get("error"))
|
||||||
|
|
||||||
async def _handle_bounce(self, packet):
|
async def _handle_bounce(self, packet):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue