whitespace

This commit is contained in:
Jokob @NetAlertX
2026-03-03 12:32:07 +00:00
parent ea77112315
commit 01b6b9f04a
2 changed files with 16 additions and 16 deletions

View File

@@ -140,7 +140,7 @@ def main():
# Only device_scanner plugins have meaningful next_scan times for user display
scanner_prefixes = {p["unique_prefix"] for p in all_plugins if p.get("plugin_type") == "device_scanner"}
scanner_next = [s.last_next_schedule for s in conf.mySchedules if s.service in scanner_prefixes]
# Get the earliest next scan time across all device scanners and broadcast.
# updateState validates the value is in the future before storing/broadcasting.
if scanner_next: