Fix CLI so that --persistent doesn't require files to be passed in as an arg for share/website mode. Add tests

This commit is contained in:
Miguel Jacq 2025-03-06 17:12:33 +11:00
parent 303c83604c
commit 064e1fb53f
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
4 changed files with 60 additions and 11 deletions

View file

@ -51,6 +51,7 @@ class ModeSettings:
"autostart_timer": False,
"autostop_timer": False,
"service_id": None,
"qr": False
},
"share": {
"autostop_sharing": True,