mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-21 20:54:47 +02:00
fix continue to next
This commit is contained in:
parent
56bdf1528b
commit
d30f1ac312
@ -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