diff --git a/akibapass_downloader/login.py b/akibapass_downloader/login.py index 411bd7b..8548105 100644 --- a/akibapass_downloader/login.py +++ b/akibapass_downloader/login.py @@ -52,11 +52,6 @@ def login(email: str, password: str) -> dict[str, str] | None: r = s.post( LOGIN_URL, - # cookies={ - # # Use the session we received on the login page. - # "_session": login_page_req.cookies["_session"], - # "__cf_bm": login_page_req.cookies["__cf_bm"], - # }, headers={ "Referer": LOGIN_URL, "Content-Type": "application/x-www-form-urlencoded",