We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5fab6 commit 4e1b542Copy full SHA for 4e1b542
1 file changed
pyrogram/session/session.py
@@ -364,7 +364,7 @@ async def invoke(
364
if amount > sleep_threshold >= 0:
365
raise
366
367
- log.warning(f'[{self.client.session_name}] Waiting for {amount} seconds before continuing '
+ log.warning(f'[{self.client.name}] Waiting for {amount} seconds before continuing '
368
f'(required by "{query_name}")')
369
370
await asyncio.sleep(amount)
0 commit comments