mirror of
https://git.wownero.com/dsc/craiyon-irc.git
synced 2024-08-15 01:03:24 +00:00
int
This commit is contained in:
parent
8e0defe3ca
commit
da4fc61f56
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -244,7 +244,7 @@ async def main():
|
||||||
|
|
||||||
_lower_author_task_count(task.author)
|
_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}) ")
|
bot.send("PRIVMSG", target=task.channel, message=f"{url} \"{task.term}\" (total: {completed_secs}s, {task.author}) ")
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(10)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue