should be pass here so we update correctly

This commit is contained in:
dgtlmoon
2022-09-09 12:24:46 +02:00
parent f15ec853be
commit 787a2a6217
+1 -1
View File
@@ -213,7 +213,7 @@ class update_worker(threading.Thread):
except content_fetcher.checksumFromPreviousCheckWasTheSame as e:
# Yes fine, so nothing todo
continue
pass
except content_fetcher.EmptyReply as e:
# Some kind of custom to-str handler in the exception handler that does this?