✏️ Small change in wording
This commit is contained in:
@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user