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:
hachoir = None
# .webp and .ogg mimetypes are unknown on some operative systems, so stickers and voices won't
# work. Manually register it here to make sure stickers and voices work everywhere.
# .webp (stickers) and .ogg (some voice notes) mimetypes are unknown on some
# operative systems. Manually register them here to make them work everywhere.
mimetypes.add_type('image/webp', '.webp')
mimetypes.add_type('audio/ogg', '.ogg')