diff --git a/changedetectionio/blueprint/browser_steps/__init__.py b/changedetectionio/blueprint/browser_steps/__init__.py index a1db1c9e..381b2e59 100644 --- a/changedetectionio/blueprint/browser_steps/__init__.py +++ b/changedetectionio/blueprint/browser_steps/__init__.py @@ -146,8 +146,6 @@ def construct_blueprint(datastore: ChangeDetectionStore): from . import nonContext browsersteps_playwright_browser_interface_context = nonContext.c_sync_playwright() browsersteps_playwright_browser_interface = browsersteps_playwright_browser_interface_context.start() - - time.sleep(1) # At 20 minutes, some other variable is closing it # @todo find out what it is and set it seconds_keepalive = int(os.getenv('BROWSERSTEPS_MINUTES_KEEPALIVE', 10)) * 60