Fix snp app link after uonet upgrade

This commit is contained in:
Mikołaj Pich 2018-11-16 01:48:03 +01:00
parent 5dcd4f9b72
commit a50dfb3ea7
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA

View File

@ -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)