From 7b664c43eab4c23256a53daad1cd027a8a762ec5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 11 Feb 2023 16:29:15 +0100 Subject: [PATCH] Oops --- changedetectionio/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/store.py b/changedetectionio/store.py index 1165b919..5157d749 100644 --- a/changedetectionio/store.py +++ b/changedetectionio/store.py @@ -571,7 +571,7 @@ class ChangeDetectionStore: with open(os.path.join(target_path, "history.txt"), "w") as f: f.writelines(history) else: - logging.warning("Datastore history directory {} does not exist, skipping history import.".format(target_path)) + logger.warning("Datastore history directory {} does not exist, skipping history import.".format(target_path)) # No longer needed, dynamically pulled from the disk when needed. # But we should set it back to a empty dict so we don't break if this schema runs on an earlier version.