mirror of
https://git.0x0.st/mia/0x0
synced 2026-08-21 14:36:57 +02:00
Fix mime splitting
mime[:mime.find(";")] will remove last character if mime does not contain ";".
Use mime.split(";") instead.
This commit is contained in:
Reference in New Issue
Block a user