bottom
bottom copied to clipboard
Update docs for 3.0 changes
- loop was deprecated from asyncio functions
- need to await
asyncio.create_task(some_awaitable())instead ofsome_awaitable()