# built documents.
#
# The short X.Y version.
-version = '0.6.2'
+version = '0.6.3'
# The full version, including alpha/beta/rc tags.
-release = '0.6.2'
+release = '0.6.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# These arguments are optional:
stream_args = dict(
timeout=args.timeout,
- block=False,
+ block=not args.no_block,
heartbeat_timeout=args.heartbeat_timeout)
# Track keyword
query_args = dict()
StreamLock.release()
break
if tweet is None:
- pass
+ printNicely("-- None --")
elif tweet is Timeout:
printNicely("-- Timeout --")
elif tweet is HeartbeatTimeout: