steamutils 1.1.91 → 1.1.92
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1597,7 +1597,7 @@ class SteamUser {
|
|
1597
1597
|
break
|
1598
1598
|
}
|
1599
1599
|
case 429: {
|
1600
|
-
console.log(
|
1600
|
+
console.log(`[${config.method?.toUpperCase()}] Too Many Requests`, config.url)
|
1601
1601
|
tooManyRequestTimestamp = new Date().getTime()
|
1602
1602
|
checkTooManyRequest = true
|
1603
1603
|
await sleep(30000)
|