Skip to content

Commit

Permalink
do not ignore libtorrent import error
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Aug 16, 2022
1 parent 174de12 commit 710888a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lbry/extras/daemon/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
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__)

Expand Down

0 comments on commit 710888a

Please sign in to comment.