Done for today. Time to write some issues so I can remember where to start from tomorrow.

This commit is contained in:
2024-02-13 20:05:42 +01:00
parent 99e356d96a
commit f0979d34e7
7 changed files with 50 additions and 36 deletions

View File

@ -59,12 +59,4 @@ class Themis:
year = li.a.text.split("-")
years.append(Year(self.session, self, int(year[0]), int(year[1])))
return years # Return a list of year objects
# This is the main file, so we have to run the main function
def main():
themis = Themis()
year = themis.getYear(2019, 2020)
print(year.getCourses())
return years # Return a list of year objects