From ba76c2a2807780cd95dc10ea0752bf9642a3ef39 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 7 May 2023 13:10:11 +0200 Subject: [PATCH] BrowserSteps - remove minor delay --- changedetectionio/blueprint/browser_steps/__init__.py | 2 -- 1 file changed, 2 deletions(-) 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