Remove comment
This commit is contained in:
parent
66a635f917
commit
9122e39a47
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user