Richard Köhl пре 1 година
родитељ
комит
526616d350
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      screenshot.py

+ 1 - 1
screenshot.py

@@ -10,7 +10,7 @@ from helper import (
     save_screenshot,
 )
 
-screenshot_address = os.getenv("ANDROID_ADDRESS")
+screenshot_address = os.getenv("SCREENSHOT_PATH")
 
 # templates
 close_sub_fights = cv2.imread("templates/close_sub_fights.jpg")