Added next_up_time to default config
All checks were successful
Check / mypy (push) Successful in 1m2s
Check / ruff (push) Successful in 6s

This commit is contained in:
Christoph Stahl 2025-07-01 16:42:26 +02:00
parent 266d98f12e
commit 9cbea20c11

View file

@ -91,6 +91,7 @@ def default_config() -> dict[str, Optional[int | str]]:
"qr_position": "top-right",
"show_advanced": False,
"log_level": "info",
"next_up_time": 20,
}