Add a Startup Timer feature (scheduled start / dead man's switch)

This commit is contained in:
Miguel Jacq 2019-03-05 10:28:27 +11:00
parent d86b13d91c
commit 26d262ccfc
16 changed files with 326 additions and 34 deletions

View file

@ -52,6 +52,7 @@ class TestSettings:
'auth_password': '',
'close_after_first_download': True,
'shutdown_timeout': False,
'startup_timer': False,
'use_stealth': False,
'use_autoupdate': True,
'autoupdate_timestamp': None,