pymonzo
pymonzo copied to clipboard
Fix pot deposit handling
I got this issue when trying to make a deposit into a pot.
I found that it was due to "the fact the data was in the query string and not the body".
This is likely an issue across the library, but the change offered in this PR is what I needed for my purposes.