| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Mon, 21 Nov 2011 11:00:34 +0100 | |
| changeset 379 | 083320a74eb2 |
| parent 378 | c17ae1e12a46 |
| child 381 | b638caf3b65f |
--- a/script/lib/iri_tweet/export_twitter_alchemy.py Wed Nov 16 17:47:11 2011 +0100 +++ b/script/lib/iri_tweet/export_twitter_alchemy.py Mon Nov 21 11:00:34 2011 +0100 @@ -282,8 +282,8 @@ username = None profile_url = "" if tw.user is not None: - username = tw.user.name - profile_url = tw.user.profile_image_url + username = tw.user.name + profile_url = tw.user.profile_image_url if tw.user.profile_image_url is not None else "" if not username: username = "anon."