forked from github/wulkanowy-mirror
Fix snp app link after uonet upgrade
This commit is contained in:
parent
5dcd4f9b72
commit
a50dfb3ea7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue