|
|
@ -713,7 +713,7 @@ def changedetection_app(config=None, datastore_o=None):
|
|
|
|
available_processors=processors.available_processors(),
|
|
|
|
available_processors=processors.available_processors(),
|
|
|
|
browser_steps_config=browser_step_ui_config,
|
|
|
|
browser_steps_config=browser_step_ui_config,
|
|
|
|
emailprefix=os.getenv('NOTIFICATION_MAIL_BUTTON_PREFIX', False),
|
|
|
|
emailprefix=os.getenv('NOTIFICATION_MAIL_BUTTON_PREFIX', False),
|
|
|
|
extra_title=f" - Edit - {watch.title}",
|
|
|
|
extra_title=f" - Edit - {watch.label}",
|
|
|
|
form=form,
|
|
|
|
form=form,
|
|
|
|
has_default_notification_urls=True if len(datastore.data['settings']['application']['notification_urls']) else False,
|
|
|
|
has_default_notification_urls=True if len(datastore.data['settings']['application']['notification_urls']) else False,
|
|
|
|
has_empty_checktime=using_default_check_time,
|
|
|
|
has_empty_checktime=using_default_check_time,
|
|
|
@ -954,7 +954,7 @@ def changedetection_app(config=None, datastore_o=None):
|
|
|
|
from_version=str(from_version),
|
|
|
|
from_version=str(from_version),
|
|
|
|
to_version=str(to_version),
|
|
|
|
to_version=str(to_version),
|
|
|
|
extra_stylesheets=extra_stylesheets,
|
|
|
|
extra_stylesheets=extra_stylesheets,
|
|
|
|
extra_title=f" - Diff - {watch.title}",
|
|
|
|
extra_title=f" - Diff - {watch.label}",
|
|
|
|
extract_form=extract_form,
|
|
|
|
extract_form=extract_form,
|
|
|
|
is_html_webdriver=is_html_webdriver,
|
|
|
|
is_html_webdriver=is_html_webdriver,
|
|
|
|
last_error=watch['last_error'],
|
|
|
|
last_error=watch['last_error'],
|
|
|
|