Richard Köhl 1 год назад
Родитель
Сommit
4aded150ca
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      dungeon.py

+ 1 - 4
dungeon.py

@@ -102,11 +102,8 @@ while True:
                                         "######### seems like moloch is dead already. stopping"
                                     )
                                     break
-                        time.sleep(0.5)
                 tap(*locations[0])
-                if name in ["auto_battle", "ok"]:
-                    time.sleep(1.5)
-                    continue
+                continue
             if name == "attack":
                 if len(locations) == 1:
                     element = first_template(tpl_mixed)