clear lock on launch

This commit is contained in:
bakatrouble 2023-04-12 02:50:50 +03:00
parent 15b08bdf23
commit f5cce5b9bf

View File

@ -161,6 +161,7 @@ async def update(msg: Message):
async def background_on_start(): async def background_on_start():
await redis.delete('e621:update')
while True: while True:
logging.warning('Checking updates...') logging.warning('Checking updates...')
try: try: