Update changedetectionio/model/Watch.py

Co-authored-by: dgtlmoon <leigh@morresi.net>
This commit is contained in:
Brandon Wees
2022-10-27 10:52:42 -04:00
committed by GitHub
co-authored by dgtlmoon
parent d24111f3a6
commit 35d950fa74
+1 -1
View File
@@ -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 ""