This commit is contained in:
garnier-quentin 2020-10-06 14:06:44 +02:00
parent 78ce90aa8d
commit e73fabe165
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ sub request_api {
push @$results, @{$decoded->{results}};
last if (!defined($decoded->{next}));
last if if (defined($options{nonext}) && $options{nonext} == 1);
last if (defined($options{nonext}) && $options{nonext} == 1);
$page++;
}