Update changedetectionio/model/Watch.py

Co-authored-by: dgtlmoon <leigh@morresi.net>
diff-proposed-for-bwees
Brandon Wees 2 years ago committed by GitHub
parent a8e24dab01
commit 237cf7db4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,7 +154,7 @@ class model(dict):
# Save previous text snapshot for diffing - used for calculating additions and deletions
def save_previous_text(self, contents):
from os import mkdir
import logging
output_path = "{}/{}".format(self.__datastore_path, self['uuid'])

Loading…
Cancel
Save