From 147bb4a28c631cc797c8bbf116e070c3eac38c82 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 21 Jun 2014 00:55:25 +0900 Subject: [PATCH] https --- rainbowstream/rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 7bad2f1..e659175 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -128,7 +128,7 @@ def draw(t, iot=False, keyword=None, fil=[], ig=[]): # Highlight screen_name tweet = map(lambda x: cycle_color(x) if x[0] == '@' else x, tweet) # Highlight link - tweet = map(lambda x: cyan(x) if x[0:7] == 'http://' else x, tweet) + tweet = map(lambda x: cyan(x) if x[0:4] == 'http' else x, tweet) # Highlight search keyword if keyword: tweet = map( -- 2.25.1