From 3424cc287a79209496df990af1bb84fe93f56b9e Mon Sep 17 00:00:00 2001 From: Nigel McNie Date: Wed, 4 Jun 2008 10:26:02 +1200 Subject: [PATCH] Only log into WRMS when we actually need to. --- tks.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tks.pl b/tks.pl index 52c4392..1979166 100755 --- a/tks.pl +++ b/tks.pl @@ -49,7 +49,7 @@ my $wrms = WRMS->new({ password => $config{default}{password}, site => $config{default}{site}, login => 1, -}); +}) if $args->{'-c'}; # map of textual representations for WRs my $wrmap = $config{'wrmap'}; -- 2.39.5