From 0b086df3e041e357e77d8b2ab495a5a21caa270e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 28 Nov 2023 11:15:39 +0100 Subject: [PATCH] Update changedetectionio/blueprint/browser_steps/__init__.py --- 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 0a10e874..e6889f07 100644 --- a/changedetectionio/blueprint/browser_steps/__init__.py +++ b/changedetectionio/blueprint/browser_steps/__init__.py @@ -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