更新 Points_Based/Enshan_sign.py
This commit is contained in:
@@ -12,7 +12,7 @@ USER_AGENT = "Mozilla/5.0 (Linux; Android 13; SM-G981B) AppleWebKit/537.36 (KHTM
|
||||
CACHE_FILE = "enshan_users.txt" # Cookie 缓存文件
|
||||
|
||||
def random_wait():
|
||||
delay = random.randint(0, 900)
|
||||
delay = random.randint(0, 200)
|
||||
print(f"🎲 随机延迟启动: 将在 {delay} 秒后开始执行任务...")
|
||||
time.sleep(delay)
|
||||
print("⏰ 倒计时结束,任务开始!")
|
||||
|
||||
Reference in New Issue
Block a user