Delete unused Error
[rainbowstream.git] / rainbowstream / rainbow.py
index 742930e0a53f14297120a62fcf589be05d1e7b22..53fcd639f4ef2b83929f899fa74a53a8d8c3b879 100644 (file)
@@ -2079,7 +2079,7 @@ def stream(domain, args, name='Rainbow Stream'):
         detail_twitter_error(e)
         sys.stdout.write(g['decorated_name'](g['PREFIX']))
         sys.stdout.flush()
-    except (URLError, ConnectionResetError):
+    except (URLError):
         printNicely(
             magenta('There seems to be a connection problem.'))
         save_history()