You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since a few days I don't get anything when I query for lessons. I'm worrectly logged and after client.lessons there is nothing in the lessons variable.
if client.logged_in:
for child in client.children:
client.set_child(child)
lessons = client.lessons(cette_semaine[0],cette_semaine[1])
Is it only me ?
Thank you
Xavier
The text was updated successfully, but these errors were encountered:
If I'm reading the date correctly, you are querying lessons for the current week, which is a vacation week for french zone C (Créteil, Montpellier, Paris, Toulouse, Versailles). Are there any lessons that should actually be returned?
Hello,
since a few days I don't get anything when I query for lessons. I'm worrectly logged and after client.lessons there is nothing in the lessons variable.
Is it only me ?
Thank you
Xavier
The text was updated successfully, but these errors were encountered: