Removed useless line in lainsafecli because the and does what that line did lol
This commit is contained in:
parent
77d8559d30
commit
b2bbd5018c
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ sub help
|
||||||
|
|
||||||
sub enable_tor
|
sub enable_tor
|
||||||
{
|
{
|
||||||
die "Tor is unavaiable, install LWP::Protocols::socks\n" unless $tor_enabled;
|
|
||||||
my $checker = $ua->proxy([qw(http https)] => 'socks://localhost:9050');
|
my $checker = $ua->proxy([qw(http https)] => 'socks://localhost:9050');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue