Skip to content

Commit fe8ce77

Browse files
committed
Update index.py
1 parent e82560a commit fe8ce77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,14 +499,14 @@ def CheckBotWork():
499499
global bot_working
500500
global last
501501
now = time.time()
502-
502+
503503
if bot_working == False:
504504
logger('Bot is not performing any action.')
505505
if now - last["CheckBotWork"] > addRandomness(ct['Check_Bot_Work']*60):
506506
logger('Bot is not performing any action. The Game will be restarted.')
507507
refreshPage()
508-
else:
509-
last["CheckBotWork"] = now
508+
else:
509+
last["CheckBotWork"] = now
510510

511511

512512
def main():

0 commit comments

Comments
 (0)