Added next_up_time to default config
This commit is contained in:
parent
266d98f12e
commit
9cbea20c11
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue