Skip to content

Commit

Permalink
fix: monitor_execute_commands_when_something_written_or_error not exe…
Browse files Browse the repository at this point in the history
…cuted
  • Loading branch information
ZuinigeRijder committed Oct 15, 2024
1 parent e444271 commit 0db3105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ def handle_vehicles(login: bool) -> bool:
append_error_to_last_run(error_string)
except Exception as ex: # pylint: disable=broad-except
(retries, error_string) = handle_exception(ex, retries, True)
else:
MONITOR_SOMETHING_WRITTEN_OR_ERROR = False

return error

Expand Down

0 comments on commit 0db3105

Please sign in to comment.