Update changedetectionio/model/Watch.py

Co-authored-by: dgtlmoon <leigh@morresi.net>
This commit is contained in:
Brandon Wees
2022-07-16 15:46:55 -04:00
committed by GitHub
co-authored by dgtlmoon
parent 151c2dab3a
commit 68e1a64474
+1 -1
View File
@@ -153,7 +153,7 @@ class model(dict):
#@todo bump static cache of the last timestamp so we dont need to examine the file to set a proper ''viewed'' status
return snapshot_fname
# Save previous text snapshot for diffing
# Save previous text snapshot for diffing - used for calculating additions and deletions
def save_previous_text(self, contents):
from os import mkdir
import logging