diff --git a/README.md b/README.md index e8057cf..e60adc3 100644 --- a/README.md +++ b/README.md @@ -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():