⏰ Increase rate limiting to 15s (5 req/min quota compliance)
This commit is contained in:
@@ -227,8 +227,8 @@ def main():
|
||||
else:
|
||||
failed += 1
|
||||
|
||||
# Rate limiting
|
||||
time.sleep(2)
|
||||
# Rate limiting (5 requests/min limit)
|
||||
time.sleep(15)
|
||||
|
||||
# Progress
|
||||
progress = ((current / total_creatures) * 100)
|
||||
|
||||
Reference in New Issue
Block a user