Skip to content

Commit

Permalink
use python logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed May 21, 2024
1 parent f43bc81 commit 14e62f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changedetectionio/flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def edit_page(uuid):
jq_support=jq_support,
playwright_enabled=os.getenv('PLAYWRIGHT_DRIVER_URL', False),
settings_application=datastore.data['settings']['application'],
using_global_webdriver_wait=default['webdriver_delay'] is None,
using_global_webdriver_wait=not default['webdriver_delay'],
uuid=uuid,
visualselector_enabled=visualselector_enabled,
watch=watch
Expand Down

0 comments on commit 14e62f3

Please sign in to comment.