delete Exception catch
authorOrakaro <nhatminh_179@hotmail.com>
Sun, 13 Jul 2014 04:27:53 +0000 (13:27 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sun, 13 Jul 2014 04:27:53 +0000 (13:27 +0900)
rainbowstream/rainbow.py

index dfd60da9638203a3040f50ee4dd2569f9d4734cf..20c110f6b1fdf637deb6744f680bffdec81052dd 100644 (file)
@@ -1064,8 +1064,7 @@ def list_update(t):
                 mode=mode,
                 description=description)
         printNicely(light_green(slug + ' list is updated.'))
-    except Exception as e:
-        print e
+    except:
         printNicely(red('Oops something is wrong with Twitter :('))
 
 
@@ -1110,8 +1109,7 @@ def list():
     }
     try:
         return action_ary[g['list_action']](t)
-    except Exception as e:
-        print e
+    except:
         printNicely(red('Sorry I can\'t understand.'))