testing is good
This commit is contained in:
parent
43e9303ba4
commit
84f66e55ab
|
@ -20,7 +20,7 @@ def urban(inp):
|
||||||
if not defs:
|
if not defs:
|
||||||
return 'no definitions found'
|
return 'no definitions found'
|
||||||
|
|
||||||
out = words[0].text_content().strip() + ' '.join(
|
out = words[0].text_content().strip() + ': ' + ' '.join(
|
||||||
defs[0].text_content().split())
|
defs[0].text_content().split())
|
||||||
|
|
||||||
if len(out) > 400:
|
if len(out) > 400:
|
||||||
|
|
Loading…
Reference in New Issue