From 9122e39a47755f411ceefa44e8d78b2395d4c0ec Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 16 Dec 2023 21:32:25 +0100 Subject: [PATCH] Remove comment --- akibapass_downloader/login.py | 5 ----- 1 file changed, 5 deletions(-) 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",