Closed ghost closed 3 years ago
The attribute seems to have changed and is now "plaintext" instead of "text".
So use: for pod in res.pods: for sub in pod.subpods: print(sub.plaintext)
Instead of: for pod in res.pods: for sub in pod.subpods: print(sub.text)
Per #21, it's sub.plainText
.
And the fix contributed there is slated to be released with 4.1.
When I try:
It returns an error:
Please help!!!