Replaced break.
Build Ragnar anti spam bot / Build (push) Has been cancelled

This commit is contained in:
2024-12-17 13:57:38 +01:00
parent c950cc59f9
commit caa2fd68ca
+1 -1
View File
@@ -28,7 +28,7 @@ def bot_task(username, password):
bot.fight()
except Exception as ex:
log.critical(ex, exc_info=True)
break
await asyncio.sleep(1)
def main():