Archived
1
0

Quick fix for social posts script

This commit is contained in:
Marcel 2018-11-01 13:22:19 +01:00
parent 03495d8a35
commit 621d3e656f

View File

@ -90,7 +90,7 @@ def getTwitterPosts():
image = '' image = ''
if tweet.media: if tweet.media:
image = tweet.media[0].media_url image = tweet.media[0].media_url
uploadImage(image, tweet.id_str) image = uploadImage(image, tweet.id_str)
insertIntoDatabase('Twitter', content, url, author, authorUrl, published, image, originalID) insertIntoDatabase('Twitter', content, url, author, authorUrl, published, image, originalID)