diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 3f918fc0..3b6c0421 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -1105,7 +1105,7 @@ def changedetection_app(config=None, datastore_o=None): if not add_paused and new_uuid: # Straight into the queue. - queue_single_watch(uuid=uuid, priority=1) + queue_single_watch(uuid=new_uuid, priority=1) flash("Watch added.") if add_paused: