Sfoglia il codice sorgente

fix environment path

Richard Köhl 1 anno fa
parent
commit
526616d350
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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")