No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
LogBot/logbot.py
|
|
@ -169,7 +169,7 @@ class Logbot(Bot): |
|
|
|
|
|
|
|
# image / PDF / audio / video |
|
|
|
if message.url: |
|
|
|
media_post, media_type = self._download(message, self.log) |
|
|
|
media_post, media_type = self._download(message) |
|
|
|
if media_post: |
|
|
|
self._add_to_db(message, media_post=media_post) |
|
|
|
media_type = media_type.replace("images", "image") # linguistic hack! |
|
|
|