remove default theme, add retweet count and favorites count
[rainbowstream.git] / rainbowstream / rainbow.py
index c66ae9af31b2e669dd081557f74fbebb52a8f91b..f456a8467dddf6db8708595d9176422fd77e414f 100644 (file)
@@ -1206,7 +1206,8 @@ def theme():
                 c['DECORATED_NAME'])(
                 '[' + x + ']: ')
             printNicely(green('Theme changed.'))
-        except:
+        except Exception as e:
+            print(e)
             printNicely(red('No such theme exists.'))