Merge pull request #5 from HuntingFighter/error-fetching-content-type-backup-messages
Repeated Image content_type exception
This commit is contained in:
commit
6d9f724e2d
1 changed files with 9 additions and 9 deletions
|
|
@ -631,7 +631,7 @@ class DiscordExporter:
|
|||
"filename": filename,
|
||||
"size": existing["size"],
|
||||
"url": str(url),
|
||||
"content_type": existing["content_type"],
|
||||
"content_type": existing["mime_type"],
|
||||
"local_hash": existing["hash"]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue