Fix README

This commit is contained in:
taizan-hokuto
2019-12-19 23:14:05 +09:00
parent de6ef2490e
commit c0870ce537

View File

@@ -99,7 +99,7 @@ import asyncio
async def main():
chat = ReplayChatAsync("G1w62uEMZ74", seektime = 1000, callback = func)
while chat.is_alive():
while chat.is_alive():
await asyncio.sleep(3)
#other background operation here.