mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 01:16:14 +00:00
fix log format
This commit is contained in:
+1
-2
@@ -155,8 +155,7 @@ class MyPSACC:
|
||||
self.record_info(car)
|
||||
return res
|
||||
except (ApiException, InvalidHeader) as ex:
|
||||
logger.error("get_vehicle_info: ApiException: %s", ex)
|
||||
logger.debug(exc_info=True)
|
||||
logger.error("get_vehicle_info: ApiException: %s", ex, exc_info_debug=True)
|
||||
car.status = res
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user