feat: add human-like pacing to signup and checkout requests

This commit is contained in:
gameloader
2026-03-18 22:46:40 +08:00
parent e3a28050df
commit 8ba8b1404b
4 changed files with 35 additions and 10 deletions

View File

@@ -40,6 +40,7 @@ def cmd_register(args):
mail = MailClient()
http = HTTPClient(proxy=settings.socks5_proxy)
http.enable_pacing(min_delay=0.5, max_delay=2.0)
try:
print("\n=== ChatGPT Registration ===")