At the nursing home / Seductively drains grandma / El Chupacabra
2
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
Herunterladen
"NOT DOING RETRIES ANYMORE LETS SEE (Only two calls that were already modified were voteups...i think)<<what
--if (retries == 3) /at the top
-- return;
--}
if (!success || verbose == 1/* || retries > 2*/) // ## might not have ever gotten here...
-if (response_code == '400' || response_code == '302')
- return setTimeout(() =>
- http_request(account, endpoint, data, callback, /*method, json,*/ force/*, retries+1*/), 1000);
-}
*("#" + err.message).yellow;
// maybe i still need retries, but it will be and end paramter and can prolly use logic all in herererererererer, 1 second is good eh?
// worth putting back in if its a small issue and I cant remove this whole section
// if (response_code == '400' || response_code == '302') {
// return setTimeout(() => http_request(account, endpoint, data, callback, /*method, json,*/ force/*, retries+1*/), 1000);
// }
//##############################################################################"