This commit is contained in:
Jack Robison 2022-03-09 10:28:57 -05:00
parent ca34d703a2
commit 2e5c6a6d2a
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -21,7 +21,7 @@ from lbry.conf import KnownHubsList, Config
from lbry.wallet.orchstr8 import __hub_url__
from scribe.env import Env
from scribe.readers import BlockchainReaderServer, ElasticWriter
from scribe.reader import BlockchainReaderServer, ElasticWriter
from scribe.blockchain.block_processor import BlockProcessor
log = logging.getLogger(__name__)