From 58cb7fbc2a95ac795caed751d54ee28f192132b5 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Sat, 16 Jul 2022 10:37:05 -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 e49069d1..46a67831 100644 --- a/changedetectionio/model/Watch.py +++ b/changedetectionio/model/Watch.py @@ -169,7 +169,6 @@ class model(dict): with open(snapshot_fname, 'wb') as f: f.write(contents) - f.close() return snapshot_fname