2 Коміти e91eec5257 ... eb2e056afc

Автор SHA1 Опис Дата
  Richard Köhl eb2e056afc update requirements, fix fallback output 1 рік тому
  Richard Köhl e91eec5257 update requirements, fix fallback output 1 рік тому
1 змінених файлів з 1 додано та 1 видалено
  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)