fixed wrong lessonID
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user