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