mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-23 09:56:14 +00:00
lower cryptography requirement to be compatible with debian10 package
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ def save_key_to_pem(pfx_data, pfx_password):
|
||||
current_dir = os.getcwd()
|
||||
script_dir = dir_path = os.path.dirname(os.path.realpath(__file__))
|
||||
if sys.version_info < (3, 6):
|
||||
raise RuntimeError("This application requres Python 3.6+")
|
||||
raise RuntimeError("This application requires Python 3.6+")
|
||||
|
||||
if not argv[1].endswith(".apk"):
|
||||
print("No apk given")
|
||||
|
||||
Reference in New Issue
Block a user