2 Komitmen e91eec5257 ... eb2e056afc

Pembuat SHA1 Pesan Tanggal
  Richard Köhl eb2e056afc update requirements, fix fallback output 1 tahun lalu
  Richard Köhl e91eec5257 update requirements, fix fallback output 1 tahun lalu
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)