80 characters column limit

This commit is contained in:
Lonami 2018-08-28 21:16:38 +02:00 committed by GitHub
parent 018278ce38
commit 635d3d54b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ try:
except ImportError: except ImportError:
hachoir = None hachoir = None
# .webp and .ogg mimetypes are unknown on some operative systems, so stickers and voices won't # .webp (stickers) and .ogg (some voice notes) mimetypes are unknown on some
# work. Manually register it here to make sure stickers and voices work everywhere. # operative systems. Manually register them here to make them work everywhere.
mimetypes.add_type('image/webp', '.webp') mimetypes.add_type('image/webp', '.webp')
mimetypes.add_type('audio/ogg', '.ogg') mimetypes.add_type('audio/ogg', '.ogg')