From 237cf7db4f93290c4d0c9c459a92f782f5e10536 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Sat, 16 Jul 2022 15:49:03 -0400 Subject: [PATCH] Update changedetectionio/model/Watch.py Co-authored-by: dgtlmoon --- changedetectionio/model/Watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/model/Watch.py b/changedetectionio/model/Watch.py index 5fbc4f37..398c6797 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -154,7 +154,7 @@ class model(dict): # Save previous text snapshot for diffing - used for calculating additions and deletions def save_previous_text(self, contents): - from os import mkdir + import logging output_path = "{}/{}".format(self.__datastore_path, self['uuid'])