1
0

2 Commits e91eec5257 ... eb2e056afc

Autor SHA1 Nachricht Datum
  Richard Köhl eb2e056afc update requirements, fix fallback output vor 1 Jahr
  Richard Köhl e91eec5257 update requirements, fix fallback output vor 1 Jahr
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      helper.py

+ 1 - 1
helper.py

@@ -29,7 +29,7 @@ if (
     or not os.path.ismount(ram_drive_path)
 ):
     ram_drive_path = os.getenv("SCREENSHOT_PATH")
-    print("no ram drive (fallback to {ram_drive_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)