forked from LBRYCommunity/lbry-sdk
do not ignore libtorrent import error
This commit is contained in:
parent
8f26010c04
commit
5be990fc55
1 changed files with 1 additions and 5 deletions
|
@ -28,11 +28,7 @@ from lbry.torrent.torrent_manager import TorrentManager
|
|||
from lbry.wallet import WalletManager
|
||||
from lbry.wallet.usage_payment import WalletServerPayer
|
||||
from lbry.torrent.tracker import TrackerClient
|
||||
|
||||
try:
|
||||
from lbry.torrent.session import TorrentSession
|
||||
except ImportError:
|
||||
TorrentSession = None
|
||||
from lbry.torrent.session import TorrentSession
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue