From da4fc61f5677f91a9b6ba77d998874810af03647 Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 21 Jul 2022 22:32:23 +0200 Subject: [PATCH] int --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bab0971..3b1de3b 100644 --- a/main.py +++ b/main.py @@ -244,7 +244,7 @@ async def main(): _lower_author_task_count(task.author) - completed_secs = (datetime.now() - now).total_seconds() + completed_secs = int((datetime.now() - now).total_seconds()) bot.send("PRIVMSG", target=task.channel, message=f"{url} \"{task.term}\" (total: {completed_secs}s, {task.author}) ") await asyncio.sleep(10)