steamutils 1.1.23 → 1.1.24
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
@@ -1524,7 +1524,7 @@ class SteamUser {
|
|
1524
1524
|
} else if (response.status === 200) {
|
1525
1525
|
break
|
1526
1526
|
} else if (response.status === 429) {
|
1527
|
-
console.log('Too Many Requests')
|
1527
|
+
console.log('Too Many Requests', config.url)
|
1528
1528
|
tooManyRequestTimestamp = new Date().getTime()
|
1529
1529
|
await sleep(30000)
|
1530
1530
|
} else if (response.status === 401) {
|