From e9f1cc91c7b50b9c9f91522d8b9f4d95be754ac7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 14 May 2024 13:02:29 +0200 Subject: [PATCH] remove unused var --- changedetectionio/flask_app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/flask_app.py b/changedetectionio/flask_app.py index cfa63fa2..c32ae63b 100644 --- a/changedetectionio/flask_app.py +++ b/changedetectionio/flask_app.py @@ -619,7 +619,6 @@ def changedetection_app(config=None, datastore_o=None): from .blueprint.browser_steps.browser_steps import browser_step_ui_config from . import processors - using_default_check_time = True # More for testing, possible to return the first/only if not datastore.data['watching'].keys(): flash("No watches to edit", "error")