diff --git a/changedetectionio/model/Watch.py b/changedetectionio/model/Watch.py index 6b0227f5..47d85b3d 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -182,7 +182,6 @@ class model(dict): with open(snapshot_fname, 'rb') as f: contents = f.read() - f.close() return contents