✏️ Small change in wording

This commit is contained in:
Nikolaj Danger
2020-07-27 16:49:39 +02:00
parent eaff77bed0
commit 6dac0e8bdf

View File

@ -108,7 +108,7 @@ def findWikiPage(search : str):
if len(searchResults) > 0:
try:
searchResult = searchResults[0].replace(",","%2C")
logThis("Found it")
logThis("Found page \""+searchResult+"\"")
page = wikia.page("senkulpa",searchResult)
content = page.content.replace(u'\xa0', u' ').split("\n")[0]