From 35d950fa743914d3ad5b2f62fd52e35ebd13c64d Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Thu, 27 Oct 2022 10:52:42 -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 3191c1133..fd9e7c38d 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -221,7 +221,7 @@ class model(dict): from os import path - snapshot_fname = os.path.join(output_path, "previous.txt") + snapshot_fname = os.path.join(self.watch_data_dir, "previous.txt") if self.history_n < 1: return ""