From ee444288019883cc4143f623b21520d3ff7681ae Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Fri, 29 Aug 2014 12:18:44 +0900 Subject: [PATCH] delete unused break --- docs/conf.py | 4 ++-- rainbowstream/rainbow.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e2755a4..31dd0fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '0.9.2' +version = '0.9.3' # The full version, including alpha/beta/rc tags. -release = '0.9.2' +release = '0.9.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index c939747..fa66626 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1728,7 +1728,7 @@ def listen(): printNicely('') except Exception: printNicely(red('OMG something is wrong with Twitter right now.')) - break + def stream(domain, args, name='Rainbow Stream'): """ diff --git a/setup.py b/setup.py index 34088f6..71c9ae3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.9.2' +version = '0.9.3' # Require install_requires = [ -- 2.25.1