소스 검색

disable double capture

Richard Köhl 1 년 전
부모
커밋
ad961e10a6
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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)