macxred / cashctrl_api

Python client for the CashCtrl REST API
MIT License
0 stars 0 forks source link

Silence Deprecation Warning #2

Closed lasuk closed 4 months ago

lasuk commented 4 months ago

Addresses:

Warning  Non-string passwords will no longer be supported in Requests 3.0.0. 
Please convert the object you've passed in (<class 'NoneType'>) to a string or
bytes object in the near future to avoid problems.

Closes #1