Lenylvt commited on
Commit
56d4054
1 Parent(s): f2ee14b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ def main():
50
 
51
  if st.button('Connexion'):
52
  try:
53
- #client = pronotepy.Client(url, username, password, getattr(pronotepy.ent, cas, None))
54
- client = pronotepy.Client("https://0952236p.index-education.net/pronote/eleve.html", "leny.levant", "Leny15@0", val_doise)
55
  if client.logged_in:
56
  st.session_state.client = client
57
  st.experimental_rerun()
 
50
 
51
  if st.button('Connexion'):
52
  try:
53
+ client = pronotepy.Client(url, username, password, getattr(pronotepy.ent, cas, None))
54
+ #client = pronotepy.Client("https://0952236p.index-education.net/pronote/eleve.html", "leny.levant", "Leny15@0", val_doise)
55
  if client.logged_in:
56
  st.session_state.client = client
57
  st.experimental_rerun()