AG3NTZ3R0 / cnbc

A Python package that wraps CNBC API endpoints and returns financial data in JSON.
https://pypi.org/project/cnbc/
GNU General Public License v3.0
4 stars 0 forks source link

APIWrapper Endpoint Tuple Unpack Fix #3

Closed AG3NTZ3R0 closed 6 months ago

AG3NTZ3R0 commented 6 months ago

A PR to fix the error raised when the endpoint parameter is unpacked upon APIWrapper initialization and when a new endpoint is set with the setter method.