mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 06:22:23 -04:00
mini fix
This commit is contained in:
parent
02e1c88fac
commit
27040fd8b7
2 changed files with 2 additions and 2 deletions
|
@ -504,7 +504,7 @@ class BrozzlerWorker:
|
||||||
self.status_info = self._service_registry.heartbeat(status_info)
|
self.status_info = self._service_registry.heartbeat(status_info)
|
||||||
self.logger.trace(
|
self.logger.trace(
|
||||||
"status in service registry: %s", self.status_info)
|
"status in service registry: %s", self.status_info)
|
||||||
except rethinkdb.ReqlError as e:
|
except r.ReqlError as e:
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
"failed to send heartbeat and update service registry "
|
"failed to send heartbeat and update service registry "
|
||||||
"with info %s: %s", status_info, e)
|
"with info %s: %s", status_info, e)
|
||||||
|
|
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.1b11.dev254',
|
version='1.1b11.dev255',
|
||||||
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…
Add table
Add a link
Reference in a new issue