修复一个问题批量注册跳出的问题

This commit is contained in:
huangzhenpc
2025-03-11 19:09:29 +08:00
parent 89c5fd4cf9
commit 58d1937231
2 changed files with 54 additions and 51 deletions

View File

@@ -5,6 +5,8 @@ import logging
from dotenv import load_dotenv
load_dotenv()
# PROXY_HOST = "h464.kdltpspro.com"
# PROXY_PORT = "15818"
PROXY_HOST = "h464.kdltpspro.com"
PROXY_PORT = "15818"
PROXY_URL = f"http://{PROXY_HOST}:{PROXY_PORT}"