mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
mini fix
This commit is contained in:
parent
02e1c88fac
commit
27040fd8b7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user