Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 04366e8 commit c122e8cCopy full SHA for c122e8c
examples/research_bot/main.py
@@ -9,4 +9,4 @@ async def main() -> None:
9
10
11
if __name__ == "__main__":
12
- await main()
+ asyncio.run(main())
0 commit comments