Skip to content

Commit

Permalink
style: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 25, 2021
1 parent 09f490c commit dbab983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teslajsonpy/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def valid_result(result):
)
except TypeError as exception:
_LOGGER.error("Result: %s, %s", result, exception)
return False

retries = 0
sleep_delay = 2
Expand Down

0 comments on commit dbab983

Please sign in to comment.