mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-16 13:02:25 +01:00
add fetcher for semgrp from xml
This commit is contained in:
@@ -43,8 +43,6 @@ func FetchSeminarGroups(c echo.Context, app *pocketbase.PocketBase) error {
|
||||
|
||||
result, _ := getSeminarHTML()
|
||||
|
||||
println(result)
|
||||
|
||||
var studium []model.SeminarGroup
|
||||
|
||||
studium = parseSeminarGroups(result)
|
||||
|
||||
Reference in New Issue
Block a user