mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 09:28:57 -04:00
Add a Startup Timer feature (scheduled start / dead man's switch)
This commit is contained in:
parent
3af05dcc20
commit
31c360b44d
16 changed files with 326 additions and 34 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue