fix
This commit is contained in:
parent
326d033b29
commit
91a66f6303
@ -60,8 +60,8 @@ sub echo_from_list {
|
|||||||
|
|
||||||
if ( $res->is_success ) {
|
if ( $res->is_success ) {
|
||||||
my @e = split /\n/, $res->content();
|
my @e = split /\n/, $res->content();
|
||||||
while (<@e>) {
|
foreach my $d (@e) {
|
||||||
my @description = split /:/, $_;
|
my @description = split /:/, $d;
|
||||||
push @echoes, $description[0];
|
push @echoes, $description[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user