Explorar el Código

disable double capture

Richard Köhl hace 1 año
padre
commit
ad961e10a6
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      screenshot.py

+ 5 - 2
screenshot.py

@@ -190,8 +190,11 @@ def find_max_y_pair(coordinates):
 
 def take_fight_screenshots():
   save_screenshot()
-  tap(damage_taken)
-  save_screenshot()
+
+  # # if you desperately need submits
+  # tap(damage_taken)
+  # save_screenshot()
+
   tap_button(close_fight)
   time.sleep(1)