diff options
| author | Alexey Sakovets <alexeysakovets@gmail.com> | 2022-01-01 23:46:41 +0300 |
|---|---|---|
| committer | Alexey Sakovets <alexeysakovets@gmail.com> | 2022-01-01 23:46:41 +0300 |
| commit | 0db6e4b89507ad1db502b63044544b864e1038c1 (patch) | |
| tree | c66095f40a55e62a4ab8e7e2a5dbfb8732f08dae /tests/test_client.py | |
| parent | 9c4a0fd5a6de5a1b15444171559e9dce0a2fa578 (diff) | |
Fix mime splitting
mime[:mime.find(";")] will remove last character if mime does not contain ";".
Use mime.split(";") instead.
Diffstat (limited to 'tests/test_client.py')
0 files changed, 0 insertions, 0 deletions
