Closed jhouben98 closed 2 weeks ago
The SnowballObject -> Attribute "data" has the type "bytes" in it's signature. But when you actually pass bytes instead of io.BytesIO, this error occurs:
AttributeError: 'bytes' object has no attribute 'read'
The SnowballObject -> Attribute "data" has the type "bytes" in it's signature. But when you actually pass bytes instead of io.BytesIO, this error occurs:
AttributeError: 'bytes' object has no attribute 'read'