mirror of
https://git.0x0.st/mia/0x0.git
synced 2026-09-20 06:54:19 +00: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