diff --git a/funcs/gwendolynFuncs.py b/funcs/gwendolynFuncs.py index dabae05..94b7717 100644 --- a/funcs/gwendolynFuncs.py +++ b/funcs/gwendolynFuncs.py @@ -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]