summaryrefslogtreecommitdiffstats
path: root/INF/ILO.pm
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.panaceas.james.local>2021-09-01 00:15:20 +0100
committerroot <root@ka-ata-killa.panaceas.james.local>2021-09-01 00:15:20 +0100
commitffd666e52164d06bc67d3d134ae8f53eb268bf6b (patch)
tree8ac3fbd546ed67b8053d27e16e8b2e83137473a0 /INF/ILO.pm
parent21a57211e96a5ce5989ca006af8f26ffe391e0c9 (diff)
downloadinf-ffd666e52164d06bc67d3d134ae8f53eb268bf6b.tar.gz
inf-ffd666e52164d06bc67d3d134ae8f53eb268bf6b.tar.bz2
inf-ffd666e52164d06bc67d3d134ae8f53eb268bf6b.zip
tidy
Diffstat (limited to 'INF/ILO.pm')
-rw-r--r--INF/ILO.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/INF/ILO.pm b/INF/ILO.pm
index ba80dcf..577d0c6 100644
--- a/INF/ILO.pm
+++ b/INF/ILO.pm
@@ -204,7 +204,10 @@ sub view($) {
$self->login() unless defined $self->{skey};
- my $get = GET( $self->{ilo_url} . '/html/java_irc.html?lang=en', 'Cookie' => 'sessionKey=' . $self->{skey} );
+ my $get = GET(
+ $self->{ilo_url} . '/html/java_irc.html?lang=en',
+ 'Cookie' => 'sessionKey=' . $self->{skey}
+ );
my $res = $self->{ua}->request($get);