Skip to content

Commit

Permalink
Added missing loop parameter (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellysmile committed Jun 4, 2020
1 parent 9fc7bf3 commit 34c2031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiorun.py
Expand Up @@ -250,7 +250,7 @@ def windows_handler(sig, frame):
# abstraction layer for signals is currently implemented in
# asyncio. So we fall back to KeyboardInterrupt (triggered
# by the user/environment sending CTRL-C, or signal.CTRL_C_EVENT
shutdown_handler()
shutdown_handler(loop)
logger.info("Entering shutdown phase.")

if shutdown_callback is not None:
Expand Down

0 comments on commit 34c2031

Please sign in to comment.