Use latest go hub binary

This commit is contained in:
Jeffrey Picard 2022-01-21 12:27:58 -05:00
parent f9c1222819
commit 378a6471ef

View file

@ -1,5 +1,5 @@
__hub_url__ = ( __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 .node import Conductor
from .service import ConductorService from .service import ConductorService