소스 검색

fix environment path

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")