From: Bryan Salas Date: Sat, 2 Aug 2014 21:00:47 +0000 (-0500) Subject: removed unneeded expection title X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=49514d7ede837e1849cad84c76af76b070dbfe5a;p=rainbowstream.git removed unneeded expection title --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index d51ca91..11d26ef 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -219,7 +219,7 @@ def switch(): if args.ignore: printNicely(red('Ignore: ' + str(args.ignore))) printNicely('') - except Exception: + except: printNicely(red('Sorry I can\'t understand.'))