'commit'
This commit is contained in:
@@ -45,7 +45,7 @@ async def main(check_cookie_first=True):
|
|||||||
if check_cookie_first:
|
if check_cookie_first:
|
||||||
await db.close()
|
await db.close()
|
||||||
raise CookieInvalidError("Cookie file not found")
|
raise CookieInvalidError("Cookie file not found")
|
||||||
logger.error("请先运行 Tools/T3_GetAmapCookie.py 生成有效 Cookie。")
|
logger.error("请先运行 Tools/T3_GetCookie.py 生成有效 Cookie。")
|
||||||
return
|
return
|
||||||
|
|
||||||
kit = PaChongGaoDeKit(cookie_file=cookie_path, headless=False)
|
kit = PaChongGaoDeKit(cookie_file=cookie_path, headless=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user