From 7595581b0e4bc9a75e0e605af6d4d48fa6abc596 Mon Sep 17 00:00:00 2001 From: Morgan Kalvin Nrykkxyyyn Date: Mon, 8 Feb 2016 16:45:12 -0800 Subject: [PATCH] Fixed problem It appears that there was a typo. --- rainbowstream/rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 62f5cda..2065b74 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -870,7 +870,7 @@ def mute(): rel = t.mutes.users.create(screen_name=screen_name[1:]) if isinstance(rel, dict): printNicely(green(screen_name + ' is muted.')) - c['IGNORE_LIST'] += [color_func(screen_name)] + c['IGNORE_LIST'] += screen_name c['IGNORE_LIST'] = list(set(c['IGNORE_LIST'])) else: printNicely(red(rel)) -- 2.25.1