|
|
|
@ -851,11 +851,13 @@ def changedetection_app(config=None, datastore_o=None):
|
|
|
|
|
flash("An error occurred, please see below.", "error")
|
|
|
|
|
|
|
|
|
|
output = render_template("settings.html",
|
|
|
|
|
form=form,
|
|
|
|
|
hide_remove_pass=os.getenv("SALTED_PASS", False),
|
|
|
|
|
api_key=datastore.data['settings']['application'].get('api_access_token'),
|
|
|
|
|
emailprefix=os.getenv('NOTIFICATION_MAIL_BUTTON_PREFIX', False),
|
|
|
|
|
settings_application=datastore.data['settings']['application'])
|
|
|
|
|
form=form,
|
|
|
|
|
hide_remove_pass=os.getenv("SALTED_PASS", False),
|
|
|
|
|
min_system_recheck_seconds=int(os.getenv('MINIMUM_SECONDS_RECHECK_TIME', 20)),
|
|
|
|
|
settings_application=datastore.data['settings']['application']
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
return output
|
|
|
|
|
|
|
|
|
|