lugia19 / elevenlabslib

Full python wrapper for the elevenlabs API.
MIT License
148 stars 27 forks source link

Bug breaking elevenlabslib #11

Closed fiveisgreen closed 1 year ago

fiveisgreen commented 1 year ago

I tried to run a trivial example use, found here. That fails due to the following error:

/elevenlabslib/helpers.py", line 52, in _pretty_print_POST
    req = res.requests
AttributeError: 'PreparedRequest' object has no attribute 'requests'
lugia19 commented 1 year ago

Whoops. Fixed and uploaded v0.4.1 with the fix to pypi.