Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'

This commit is contained in:
Miguel Jacq 2019-03-25 15:28:31 +11:00
parent a4c8865dcd
commit eb823042bb
16 changed files with 121 additions and 121 deletions

View file

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