From: Orakaro Date: Sun, 17 Aug 2014 12:47:50 +0000 (+0900) Subject: release lock after Heartbeat timeout X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8715dda0d85c8aba3aceda1dc6de5c9b5ef127cc;p=rainbowstream.git release lock after Heartbeat timeout --- diff --git a/docs/conf.py b/docs/conf.py index 5928a34..98023df 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.7.6' +version = '0.7.7' # The full version, including alpha/beta/rc tags. -release = '0.7.6' +release = '0.7.7' # 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 5d9e89a..71310a9 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1742,6 +1742,8 @@ def stream(domain, args, name='Rainbow Stream'): printNicely(guide) sys.stdout.write(g['decorated_name'](c['PREFIX'])) sys.stdout.flush() + StreamLock.release() + break elif tweet is Hangup: printNicely("-- Hangup --") elif tweet.get('text'): diff --git a/setup.py b/setup.py index 043b9c5..c1200cd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.7.6' +version = '0.7.7' # Require install_requires = [