세션 복구 삭제

This commit is contained in:
imnyang 2025-06-11 19:51:02 +09:00
commit 00558603a7

View file

@ -148,7 +148,6 @@ async def scan_one_url(url: str, skip_html_check: bool = False):
"--ignore-certificate-errors",
"--ignore-ssl-errors",
"--allow-running-insecure-content",
"--restore-last-session",
],
)