We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
methods.utilities.idle
1 parent 77aad5d commit 7eae3d8Copy full SHA for 7eae3d8
pyrogram/methods/utilities/idle.py
@@ -72,7 +72,7 @@ async def main():
72
task = None
73
74
def signal_handler(signum, __):
75
- logging.info(f"Stop signal received ({signals[signum]}). Exiting...")
+ log.info(f"Stop signal received ({signals[signum]}). Exiting...")
76
asyncio.get_event_loop().run_in_executor(None, task.cancel)
77
78
for s in (SIGINT, SIGTERM, SIGABRT):
0 commit comments