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…
Reference in New Issue