From 621d3e656fd2ff51c67317a8ca4ad6bf5eb460cc Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 1 Nov 2018 13:22:19 +0100 Subject: [PATCH] Quick fix for social posts script --- social_posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_posts.py b/social_posts.py index 7b88cbc..baf42d2 100644 --- a/social_posts.py +++ b/social_posts.py @@ -90,7 +90,7 @@ def getTwitterPosts(): image = '' if tweet.media: 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)