docs: fix example

master
sati.ac 2023-09-02 08:25:57 +03:00
parent f7dea1ac6a
commit 526597decf
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ async def main():
)
print(task.result.token)
asyncio.run(main)
asyncio.run(main())
```