Skip to content

Commit

Permalink
Update lectio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Norhøj authored Sep 23, 2022
1 parent b0529d4 commit 5190110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectio/lectio.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_schedule_for_student(self, elevid: int, start_date: datetime, end_date:

href = a.attrs.get('href')
if href is not None:
module.url = f"https://www.lectio.dk{a.attrs.get('href')}"
module.url = f"https://www.lectio.dk{href}"
schedule.append(module)

return schedule
Expand Down

0 comments on commit 5190110

Please sign in to comment.