add @
authorOrakaro <nhatminh_179@hotmail.com>
Thu, 26 Jun 2014 18:38:42 +0000 (03:38 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Thu, 26 Jun 2014 18:38:42 +0000 (03:38 +0900)
rainbowstream/rainbow.py

index 6ec97789c2b7eb7d2357dd85c667d00ba02141ca..77621a78c7dc09bb66c4a99ac6c323d1945acaba 100644 (file)
@@ -231,7 +231,7 @@ def show_profile(u):
     friends_count = green(str(friends_count) + ' following')
     followers_count = green(str(followers_count) + ' followers')
     count = statuses_count + '  ' + friends_count + '  ' + followers_count
-    user = cycle_color(name) + grey(' ' + screen_name + ' : ') + count
+    user = cycle_color(name) + grey(' @' + screen_name + ' : ') + count
     profile_image_raw_url = 'Profile photo: ' + cyan(profile_image_url)
     description = ''.join(
         map(lambda x: x + ' ' * 4 if x == '\n' else x, description))