Skip to content

Commit

Permalink
test added
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Nov 7, 2024
1 parent 35f9fce commit 1bd40fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions custom_components/homeassistantedupage/test/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import datetime

from edupage_api import Edupage

edupage = Edupage()
edupage.login_auto("[email protected]", "hXbxb$@$6fhyYMhB")

# My timetable
date = datetime.date(2024, 11, 1)
timetable = edupage.get_my_timetable(date)

print(f"My timetable from {date}:")

print()

0 comments on commit 1bd40fd

Please sign in to comment.