Removed useless line in lainsafecli because the and does what that line did lol

This commit is contained in:
qorg11 2020-08-21 03:53:45 +02:00
parent 77d8559d30
commit b2bbd5018c
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ sub help
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');
}