Fixed bug with missing assignment.
This commit is contained in:
parent
a6816bd213
commit
30dc50e84b
@ -254,8 +254,7 @@ sub statistics {
|
|||||||
}
|
}
|
||||||
$ConstructorStandingsFormatted =~ s/^/<pre>/;
|
$ConstructorStandingsFormatted =~ s/^/<pre>/;
|
||||||
$ConstructorStandingsFormatted =~ s/$/<\/pre>/;
|
$ConstructorStandingsFormatted =~ s/$/<\/pre>/;
|
||||||
|
$ReturnData{text} = $ConstructorStandingsFormatted;
|
||||||
$ReturnData{parse_mode} = 'HTML';
|
|
||||||
}
|
}
|
||||||
default {
|
default {
|
||||||
$ReturnData{text} =
|
$ReturnData{text} =
|
||||||
|
Loading…
Reference in New Issue
Block a user