Update __init__.py

Update go hub binary to fix es sync test.
This commit is contained in:
Jeffrey Picard 2022-02-04 12:17:19 -05:00 committed by GitHub
parent bcec5dc2ae
commit e0ea6383e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
__hub_url__ = (
"https://github.com/lbryio/hub/releases/download/v0.2021.12.18.1/hub"
"https://github.com/lbryio/hub/releases/download/v0.2022.01.21.1/hub"
)
from .node import Conductor
from .service import ConductorService