From fff09d4c274ed329bf6a6174561b2811ec39d2e9 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Tue, 24 Dec 2019 00:52:53 +0900 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82fee23..ab904d4 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ async def func(data): tick=data.items[count+1].timestamp -data.items[count].timestamp else: tick=0 - print(f"<{c.elapsedTime}> [{c.author.name}]-{c.message} {c.amountString}") - await asyncio.sleep(tick/1000) + print(f"<{c.elapsedTime}> [{c.author.name}]-{c.message} {c.amountString}") + await asyncio.sleep(tick/1000) loop = asyncio.get_event_loop() loop.run_until_complete(main())