fixed wrong lessonID

This commit is contained in:
2019-04-06 11:33:21 +02:00
parent a3a705d1d7
commit aa48668af1
3 changed files with 22 additions and 9 deletions

View File

@ -54,7 +54,8 @@ class MensaParser {
}
/**
* return the link of the menus of the next week
* return the link of the next weeks menus
* @param menuLink the current weeks menus link
*/
fun getMenuLinkNextWeek(menuLink: String): String {
val menuHTML = Jsoup.connect(menuLink).get()