mirror of
https://git.0x0.st/mia/0x0.git
synced 2026-01-09 20:11:46 +03: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