mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 14:15:29 +02:00
fix continue to next
This commit is contained in:
parent
821b1c9333
commit
274b722b45
@ -211,7 +211,7 @@ sub request_api {
|
||||
|
||||
if ($code == 429) {
|
||||
sleep(1);
|
||||
continue;
|
||||
next;
|
||||
}
|
||||
|
||||
if ($code < 200 || $code >= 300) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user