|
|
@ -1293,8 +1293,7 @@ def changedetection_app(config=None, datastore_o=None):
|
|
|
|
|
|
|
|
|
|
|
|
url = request.form.get('url').strip()
|
|
|
|
url = request.form.get('url').strip()
|
|
|
|
if datastore.url_exists(url):
|
|
|
|
if datastore.url_exists(url):
|
|
|
|
flash('The URL {} already exists'.format(url), "error")
|
|
|
|
flash(f'Warning, URL {url} already exists', "notice")
|
|
|
|
return redirect(url_for('index'))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_paused = request.form.get('edit_and_watch_submit_button') != None
|
|
|
|
add_paused = request.form.get('edit_and_watch_submit_button') != None
|
|
|
|
processor = request.form.get('processor', 'text_json_diff')
|
|
|
|
processor = request.form.get('processor', 'text_json_diff')
|
|
|
|