made it work better
This commit is contained in:
parent
6e67a63d73
commit
6cb6d15820
|
@ -28,7 +28,8 @@ def text(html):
|
||||||
|
|
||||||
def wikt(word):
|
def wikt(word):
|
||||||
bytes = requests.get(uri.format(word))
|
bytes = requests.get(uri.format(word))
|
||||||
bytes = r_ul.sub('', bytes)
|
# bytes = r_ul.sub('', bytes)
|
||||||
|
bytes = bytes.text
|
||||||
|
|
||||||
mode = None
|
mode = None
|
||||||
etymology = None
|
etymology = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user