kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Browser Steps UI - Interactive UI wasn't sending headers but was when the check ran (#2551)
rodzic
730f37c7ba
commit
bf0d410d32
|
@ -85,7 +85,8 @@ 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].get('url'),
|
||||
headers=datastore.data['watching'][watch_uuid].get('headers')
|
||||
)
|
||||
|
||||
# For test
|
||||
|
|
Ładowanie…
Reference in New Issue