Update changedetectionio/blueprint/browser_steps/__init__.py

pull/2010/head
dgtlmoon 6 months ago committed by GitHub
parent aa88c7d002
commit 0b086df3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,7 +152,7 @@ def construct_blueprint(datastore: ChangeDetectionStore):
@browser_steps_blueprint.route("/browsersteps_update", methods=['POST'])
def browsersteps_ui_update():
import base64
import playwright._impl._errors
import playwright._impl._errors
global browsersteps_sessions
from changedetectionio.blueprint.browser_steps import browser_steps

Loading…
Cancel
Save