Remove asyncio's debug=True
This commit is contained in:
parent
45e5bcee27
commit
60497cf29d
1 changed files with 1 additions and 1 deletions
|
@ -67,4 +67,4 @@ async def main() -> None:
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
asyncio.run(main(), debug=True)
|
||||
asyncio.run(main())
|
||||
|
|
Loading…
Reference in a new issue