feat: add human-like pacing to signup and checkout requests
This commit is contained in:
@@ -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 ===")
|
||||
|
||||
Reference in New Issue
Block a user