From 4a88589a27df6bdcec46f0a2df9658091cc592f6 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Sun, 17 Jul 2022 11:58:46 -0400 Subject: [PATCH] Update changedetectionio/model/Watch.py Co-authored-by: dgtlmoon --- changedetectionio/model/Watch.py | 1 - 1 file changed, 1 deletion(-) 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