Added tolerance for missing mimetype in content

This commit is contained in:
BuildTools 2019-10-24 19:35:24 +02:00
parent 55f188b9f9
commit 51f7ca9694

View File

@ -319,6 +319,8 @@ def main(argv):
pass
except MastodonIllegalArgumentError: # Could not determine mime type of content
pass
except TypeError:
pass
# Post toot
try: