Fix README

This commit is contained in:
taizan-hokuto
2020-01-01 21:13:39 +09:00
parent b4f3307b1c
commit b84a82341e

View File

@@ -56,6 +56,7 @@ while chat.is_alive():
### asyncio context:
```python
from pytchat import LiveChatAsync
from concurrent.futures import CancelledError
import asyncio
async def main():