Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix not_done_once variable in monitor.py #70

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

Utesgui
Copy link
Contributor

@Utesgui Utesgui commented Oct 16, 2024

The not_done_once variable in monitor.py was logically incorrect.

On start, the script has not run yet, therefore not_done_once has to be True.
With "False" the monitor.py just does nothing when monitor_infinite is also "False" (or - as in my case - non existant because of legacy monitor.cfg)

@ZuinigeRijder ZuinigeRijder merged commit 66d40ca into ZuinigeRijder:main Oct 16, 2024
2 checks passed
@ZuinigeRijder
Copy link
Owner

Thanks for fixing this. Indeed the one shot running monitor.py was not working anymore.

@ZuinigeRijder
Copy link
Owner

Fix released: https://github.com/ZuinigeRijder/hyundai_kia_connect_monitor/releases/tag/R4.0.2

@Utesgui Utesgui deleted the fix_run_once branch October 16, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants