Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Nov 17, 2023
1 parent ddef488 commit c79b945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weconnect/elements/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def update(self, fromDict):
self.startDateTime.setValueWithCarTime(robustTimeParse(fromDict["startDateTime"]), lastUpdateFromCar=None, fromServer=True)
else:
self.startDateTime.enabled = False

if 'startDateTimeLocal' in fromDict:
self.startDateTimeLocal.setValueWithCarTime(robustTimeParse(fromDict["startDateTimeLocal"]), lastUpdateFromCar=None, fromServer=True)
else:
Expand Down

0 comments on commit c79b945

Please sign in to comment.