mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 17:36:15 +00:00
add logger, fix typo
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ psacc = MyPSACC(None, client_id, client_secret, remote_refresh_token, customer_i
|
||||
psacc.connect(client_email, client_paswword)
|
||||
|
||||
os.chdir(current_dir)
|
||||
psacc.saveconfig(name="test.json")
|
||||
psacc.save_config(name="test.json")
|
||||
res = psacc.get_vehicles()
|
||||
print(f"\nYour vehicles: {res}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user