Remove comment

This commit is contained in:
PapaTutuWawa 2023-12-16 21:32:25 +01:00
parent 66a635f917
commit 9122e39a47

View File

@ -52,11 +52,6 @@ def login(email: str, password: str) -> dict[str, str] | None:
r = s.post( r = s.post(
LOGIN_URL, 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={ headers={
"Referer": LOGIN_URL, "Referer": LOGIN_URL,
"Content-Type": "application/x-www-form-urlencoded", "Content-Type": "application/x-www-form-urlencoded",