mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-23 01:46:14 +00:00
fix java check
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ else:
|
||||
password = argv[2]
|
||||
else:
|
||||
password = ""
|
||||
res = os.system("java --version")
|
||||
res = os.system("java -version")
|
||||
if res != 0:
|
||||
print("You need to install java on your computer : https://www.java.com/fr/download/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user