add docstring to _chain_chrome_messages, remove debug logging, tweak name of websock thread

This commit is contained in:
Noah Levitt 2016-07-28 20:29:11 -05:00
parent 2046ee36e0
commit cfc18e6845
2 changed files with 21 additions and 7 deletions

View file

@ -21,7 +21,7 @@ import setuptools
setuptools.setup(
name='brozzler',
version='1.1b4.dev62',
version='1.1b4.dev63',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',