Fix bling_import.pl error message.
This commit is contained in:
parent
86f643dc0e
commit
7ff1070bb7
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ while (<INF>) {
|
||||||
if ($res->is_success) {
|
if ($res->is_success) {
|
||||||
my $resp = decode_json($res->content);
|
my $resp = decode_json($res->content);
|
||||||
if (defined($resp->{description})) {
|
if (defined($resp->{description})) {
|
||||||
print "Failed to Bling [$desc]: " . $resp->description . "\n";
|
print "Failed to Bling [$desc]: " . $resp->{description} . "\n";
|
||||||
} else {
|
} else {
|
||||||
if ($flags eq "-") {
|
if ($flags eq "-") {
|
||||||
$flags = "i";
|
$flags = "i";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue