mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
har-to-portal.pl: fixes missing comma
This commit is contained in:
@@ -131,7 +131,7 @@ for my $request_start ( sort keys %ordered_entries ) {
|
||||
print $fh MP.NL;
|
||||
print $fh PD.a. $request->{'postData'}->{'text'} .a.c.NL;
|
||||
}
|
||||
print $fh q( 'url'=>).Q. $url .Q.c.NL;
|
||||
print $fh c.NL.q( 'url'=>).Q. $url .Q.c.NL;
|
||||
print $fh q( 'print'=>1).NL;
|
||||
print $fh q[}, \@response);].NL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user