From 45aa20320980762d9382b0a91886fac156922069 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Fri, 27 Jun 2014 03:38:42 +0900 Subject: [PATCH] add @ --- rainbowstream/rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 6ec9778..77621a7 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -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)) -- 2.25.1