forked from github/wulkanowy-mirror
Fix snp app link after uonet upgrade
This commit is contained in:
parent
5dcd4f9b72
commit
a50dfb3ea7
@ -13,7 +13,7 @@ class StartPage(val client: Client) {
|
||||
fun getSchools(startPage: Document): MutableList<School> {
|
||||
val schoolList = mutableListOf<School>()
|
||||
|
||||
val snpLinks = startPage.select(".panel.linkownia.pracownik.klient a")
|
||||
val snpLinks = startPage.select(".panel.linkownia.pracownik.klient .appLink a")
|
||||
|
||||
logger.debug("SnP links: {}", snpLinks.size)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user