UI - Fixing double punctuation in 'unpaused' message #2435

pull/2442/head
dgtlmoon 4 months ago committed by GitHub
parent ce42f8ea26
commit 3b19e3d2bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -721,7 +721,7 @@ def changedetection_app(config=None, datastore_o=None):
datastore.data['watching'][uuid].update(extra_update_obj) datastore.data['watching'][uuid].update(extra_update_obj)
if request.args.get('unpause_on_save'): if request.args.get('unpause_on_save'):
flash("Updated watch - unpaused!.") flash("Updated watch - unpaused!")
else: else:
flash("Updated watch.") flash("Updated watch.")

Loading…
Cancel
Save