Skip to content

Commit

Permalink
tentative de fix oze
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGeek01 authored Sep 5, 2023
1 parent 2a5018d commit f4072fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronotepy/ent/generic_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def _oze_ent(
username = f"{username}@{domain}"

soup = BeautifulSoup(response.text, "html.parser")
form = soup.find("form", {"id": "auth_form"})
form = soup.find("form", {"id": "kc-form-login"})
payload = {}
for input_ in form.findAll("input"):
payload[input_["name"]] = input_.get("value")
Expand Down

0 comments on commit f4072fd

Please sign in to comment.