From 68e1a6447488e92f6f1aecf1866bfe8dad75f582 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Sat, 16 Jul 2022 15:46:55 -0400 Subject: [PATCH 1/2] 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 46a67831..e7c8562e 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -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 From 1e22949e3d5569b2b270266c82f53d1c1b876719 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Sat, 16 Jul 2022 15:48:20 -0400 Subject: [PATCH 2/2] 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 e7c8562e..b655280d 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -172,7 +172,7 @@ class model(dict): return snapshot_fname - # Get previous text snapshot for diffing + # Get previous text snapshot for diffing - used for calculating additions and deletions def get_previous_text(self): from os import path