Enable asyncio debug mode
This commit is contained in:
parent
fcff53d964
commit
2d9a533dc4
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ def main():
|
|||
f.write(str(os.getpid()))
|
||||
|
||||
context.start()
|
||||
context.loop.set_debug(args.verbose > 0)
|
||||
context.loop.run_forever()
|
||||
context.join()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue