diff --git a/modules/wiktionary.py b/modules/wiktionary.py index a54f92e..ee4a3f5 100755 --- a/modules/wiktionary.py +++ b/modules/wiktionary.py @@ -28,7 +28,8 @@ def text(html): def wikt(word): bytes = requests.get(uri.format(word)) - bytes = r_ul.sub('', bytes) +# bytes = r_ul.sub('', bytes) + bytes = bytes.text mode = None etymology = None