fix web res

This commit is contained in:
Ilya (Marshal) 2023-10-28 20:51:20 +02:00
parent 7e6a4c05a1
commit f3a24a9bd2
No known key found for this signature in database
GPG key ID: F8FB1A006AD3156D

View file

@ -664,7 +664,8 @@ def is_hashable_only_content_type(content_type) -> bool:
'gif',
'mp4',
'webm',
'application/zip',
'zip',
'stream',
)
for hashable_only_content_type in hashable_only_content_types: