From 699e4a01f03763e5dfd457b97d6fe3755c41cade Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 8 Jan 2023 14:23:21 +0100 Subject: [PATCH] fix syntax --- changedetectionio/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/store.py b/changedetectionio/store.py index bfa4eb7f..07e07835 100644 --- a/changedetectionio/store.py +++ b/changedetectionio/store.py @@ -91,7 +91,7 @@ class ChangeDetectionStore: self.__data['version_tag'] = version_tag # Just to test that proxies.json if it exists, doesnt throw a parsing error on startup - self.proxy_list() + test_list = self.proxy_list # Helper to remove password protection password_reset_lockfile = "{}/removepassword.lock".format(self.datastore_path)