From ff00417bc5f16442f0380a56a5dcaadc8b845fed Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 27 Feb 2025 17:22:39 +0100 Subject: [PATCH] Browser Steps - Should use the Watch URL/link after any Jinja2 type templates are applied --- changedetectionio/blueprint/browser_steps/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/blueprint/browser_steps/__init__.py b/changedetectionio/blueprint/browser_steps/__init__.py index dc51c8da4..c7767c114 100644 --- a/changedetectionio/blueprint/browser_steps/__init__.py +++ b/changedetectionio/blueprint/browser_steps/__init__.py @@ -88,7 +88,7 @@ def construct_blueprint(datastore: ChangeDetectionStore): browsersteps_start_session['browserstepper'] = browser_steps.browsersteps_live_ui( playwright_browser=browsersteps_start_session['browser'], proxy=proxy, - start_url=datastore.data['watching'][watch_uuid].get('url'), + start_url=datastore.data['watching'][watch_uuid].link, headers=datastore.data['watching'][watch_uuid].get('headers') )