ソースを参照

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