Closed ScottFred closed 1 year ago
The sample code shows async def main(): ... asyncio.run(run()), but the function to be run is named "main()". So this sample does not run.
The sample code shows async def main(): ... asyncio.run(run()), but the function to be run is named "main()".
So this sample does not run.