Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Münte committed Nov 12, 2019
1 parent 5636cf2 commit b15bed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azubiheftApi/azubiheftApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def getReportWeekId(self, date: datetime) -> str:
else:
raise NotLoggedInError("not logged in. Login first")

def getSubjects(self) -> dict:
def getSubjects(self) -> list:
if(self.isLoggedIn()):
subjectSetupHtml = self.session.get(
'https://www.azubiheft.de/Azubi/SetupSchulfach.aspx'
Expand Down

0 comments on commit b15bed1

Please sign in to comment.