mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
fix TypeError: not all arguments converted during string formatting
This commit is contained in:
parent
14e312e4c4
commit
09fa41f959
@ -200,8 +200,7 @@ class WebsockReceiverThread(threading.Thread):
|
|||||||
else:
|
else:
|
||||||
self.logger.info(
|
self.logger.info(
|
||||||
'reached limit but self.reached_limit is already set, '
|
'reached limit but self.reached_limit is already set, '
|
||||||
'assuming the calling thread is already handling this',
|
'assuming the calling thread is already handling this')
|
||||||
self.reached_limit)
|
|
||||||
if self.on_response:
|
if self.on_response:
|
||||||
self.on_response(message)
|
self.on_response(message)
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b9.dev184',
|
version='1.1b9.dev185',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user