From 6dac0e8bdffac8529f0db0202924a2fa53196379 Mon Sep 17 00:00:00 2001 From: Nikolaj Danger Date: Mon, 27 Jul 2020 16:49:39 +0200 Subject: [PATCH] :pencil2: Small change in wording --- funcs/gwendolynFuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]