Skip to content

Commit bca16a6

Browse files
Update blocklist_ktipp_ch.py
seems like ktipp.ch changed the url scheme...
1 parent 6af6fde commit bca16a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/share/callblocker/blocklist_ktipp_ch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _extract_name(self, data):
4646
def _fetch_page(self, page_nr):
4747
# print("fetch_page: " + str(page_nr))
4848
url = "https://www.ktipp.ch/service/warnlisten/detail/warnliste/unerwuenschte-oder-laestige-telefonanrufe/"
49-
url += "?tx_updkonsuminfo_konsuminfofe[%40widget_0][currentPage]=" + str(page_nr)
49+
url += "page/" + str(page_nr)
5050
ret = self.http_get(url)
5151
# print("%s\n%s\n%s" % ("-"*80, ret, "-"*80))
5252
return ret

0 commit comments

Comments
 (0)