mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-12 17:13:05 -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.logger.trace(
|
||||
"status in service registry: %s", self.status_info)
|
||||
except rethinkdb.ReqlError as e:
|
||||
except r.ReqlError as e:
|
||||
self.logger.error(
|
||||
"failed to send heartbeat and update service registry "
|
||||
"with info %s: %s", status_info, e)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b11.dev254',
|
||||
version='1.1b11.dev255',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue