mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-05 12:44:58 +02:00
Done for today. Time to write some issues so I can remember where to start from tomorrow.
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user