should probably strip that.
This commit is contained in:
parent
c4bb612381
commit
6deef053d3
@ -67,9 +67,9 @@ def main():
|
|||||||
rslts = i.find()
|
rslts = i.find()
|
||||||
if isinstance(rslts, list):
|
if isinstance(rslts, list):
|
||||||
for i in rslts:
|
for i in rslts:
|
||||||
print(i.text)
|
print(i.text.strip())
|
||||||
else:
|
else:
|
||||||
print(rslts.text)
|
print(rslts.text.strip())
|
||||||
return(None)
|
return(None)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user