From 9797ba4d2443a369325977f293b6ebea15ecdecf Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Thu, 30 Mar 2023 22:38:14 +0300 Subject: [PATCH] fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f26caf1..d3b31e2 100644 --- a/main.py +++ b/main.py @@ -131,8 +131,8 @@ async def update(msg: Message): async def background_on_start(): - await redis.lock('e621:update').release() while True: + logging.warning('Checking updates...') await check_updates() await asyncio.sleep(60)