This commit is contained in:
zhinianboke 2025-10-23 22:02:45 +08:00
parent ef6cc7ffaa
commit 836044ec33
2 changed files with 1 additions and 1 deletions

View File

@ -1447,7 +1447,7 @@ class XianyuLive:
# user_id=f"{self.cookie_id}_{int(time.time() * 1000)}", # 使用唯一ID避免冲突
user_id=f"{self.cookie_id}", # 使用唯一ID避免冲突
enable_learning=True, # 启用学习功能
headless=False # 使用有头模式(可视化浏览器)
headless=True # 使用有头模式(可视化浏览器)
)
# 在线程池中执行滑块验证