diff --git a/digimarks.py b/digimarks.py index 6c6adfd..4bf60da 100644 --- a/digimarks.py +++ b/digimarks.py @@ -348,6 +348,7 @@ class Bookmark(BaseModel): if response.headers['Content-Length'] == '0': # No favicon found, likely print('Skipping this favicon, needs fallback') + return # Default to 'image/png' fileextension = '.png' if response.headers['content-type'] == 'image/jpeg':