Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c122e8c

Browse files
author
星橙
committed
feat: update test
1 parent 04366e8 commit c122e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/research_bot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ async def main() -> None:
99

1010

1111
if __name__ == "__main__":
12-
await main()
12+
asyncio.run(main())

0 commit comments

Comments
 (0)