This commit is contained in:
HuangHai
2026-01-12 08:11:39 +08:00
parent 90870194d0
commit 74d8395bf9

View File

@@ -45,7 +45,7 @@ async def main(check_cookie_first=True):
if check_cookie_first:
await db.close()
raise CookieInvalidError("Cookie file not found")
logger.error("请先运行 Tools/T3_GetAmapCookie.py 生成有效 Cookie。")
logger.error("请先运行 Tools/T3_GetCookie.py 生成有效 Cookie。")
return
kit = PaChongGaoDeKit(cookie_file=cookie_path, headless=False)