From: vunhat_minh Date: Fri, 29 Aug 2014 03:18:44 +0000 (+0900) Subject: delete unused break X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ee444288019883cc4143f623b21520d3ff7681ae;hp=c285decf5ea339ea76608bab8e2c9d96f1395944;p=rainbowstream.git delete unused break --- 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 = [