Skip to content

Commit

Permalink
Fixes Tribler#6266: uncaught error when starting with tunnel_communit…
Browse files Browse the repository at this point in the history
…y disabled
  • Loading branch information
kozlovsky committed Aug 19, 2021
1 parent 91add83 commit 6cb71e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SocksServersComponent(Component):

@classmethod
def should_be_enabled(cls, config: TriblerConfig):
return config.tunnel_community.enabled and config.libtorrent.enabled
return config.libtorrent.enabled

@classmethod
def make_implementation(cls, config: TriblerConfig, enable: bool):
Expand Down

0 comments on commit 6cb71e3

Please sign in to comment.