| changeset 693 | 2ef837069108 |
| parent 487 | 323b5f770fa0 |
| child 886 | 1e110b03ae96 |
--- a/script/utils/export_twitter_alchemy.py Mon Oct 15 16:56:57 2012 +0200 +++ b/script/utils/export_twitter_alchemy.py Mon Oct 15 17:01:50 2012 +0200 @@ -295,7 +295,7 @@ username = None profile_url = "" if tw.user is not None: - username = tw.user.name + username = tw.user.screen_name profile_url = tw.user.profile_image_url if tw.user.profile_image_url is not None else "" if not username: username = "anon."