made it work better

This commit is contained in:
iou1name 2017-12-03 20:46:46 -05:00
parent 6e67a63d73
commit 6cb6d15820

View File

@ -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