|
|
@@ -28,8 +28,8 @@ if (
|
|
|
or not os.path.exists(ram_drive_path)
|
|
|
or not os.path.ismount(ram_drive_path)
|
|
|
):
|
|
|
- print("no ram drive ({ram_drive_path})")
|
|
|
ram_drive_path = os.getenv("SCREENSHOT_PATH")
|
|
|
+ print(f"no ram drive (fallback to {ram_drive_path})")
|
|
|
|
|
|
android_address = os.getenv("ANDROID_ADDRESS")
|
|
|
client = AdbClient(host="127.0.0.1", port=5037)
|