add fetcher for semgrp from xml

This commit is contained in:
Elmar Kresse
2023-06-26 15:23:27 +02:00
parent f033161e57
commit 1cc70258af

View File

@ -43,8 +43,6 @@ func FetchSeminarGroups(c echo.Context, app *pocketbase.PocketBase) error {
result, _ := getSeminarHTML()
println(result)
var studium []model.SeminarGroup
studium = parseSeminarGroups(result)