mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-24 06:15:52 +00:00
Update changedetectionio/model/Watch.py
Co-authored-by: dgtlmoon <leigh@morresi.net>
This commit is contained in:
@@ -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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user