updated references after moving conf to lbrynet.extras.daemon.conf

This commit is contained in:
Lex Berezhny 2018-11-04 15:10:49 -05:00
parent 64e2b79c07
commit 264e6744e1
38 changed files with 38 additions and 43 deletions

View file

@ -14,8 +14,7 @@ from lbrynet.p2p.StreamDescriptor import EncryptedFileStreamType, get_sd_info
from lbrynet.blob.client.CryptStreamDownloader import AlreadyStoppedError
from lbrynet.blob.client.CryptStreamDownloader import CurrentlyStoppingError
from lbrynet.p2p.utils import safe_start_looping_call, safe_stop_looping_call
from lbrynet import conf
from lbrynet.extras.daemon import conf
log = logging.getLogger(__name__)