Removed absolute links and clean up

This commit is contained in:
2025-08-29 13:59:32 +02:00
parent e085a5cc23
commit 36afaec832
3 changed files with 3 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ function get_course_directories()
end
end
scan_dir("/home/jonas/projects/university/" .. current_season) -- Assuming all your courses are under the S2 folder
scan_dir("~/projects/university/" .. current_season)
return dirs
end