Removed await.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m10s
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m10s
This commit is contained in:
parent
ac65eb02f2
commit
32f750d92e
@ -28,7 +28,7 @@ def bot_task(username, password):
|
||||
bot.fight()
|
||||
except Exception as ex:
|
||||
log.critical(ex, exc_info=True)
|
||||
await asyncio.sleep(1)
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user