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: ### asyncio context:
```python ```python
from pytchat import LiveChatAsync from pytchat import LiveChatAsync
from concurrent.futures import CancelledError
import asyncio import asyncio
async def main(): async def main():