removed unneeded expection title
authorBryan Salas <bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 21:00:47 +0000 (16:00 -0500)
committerBryan Salas <bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 21:00:47 +0000 (16:00 -0500)
rainbowstream/rainbow.py

index d51ca91b1d30bc5cde4c755c2028384639238712..11d26ef014cf32ad7c21652edf0085815e34d948 100644 (file)
@@ -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.'))