cyberitsolutions / alloc-cli

A CLI that uses the alloc API
GNU Affero General Public License v3.0
1 stars 2 forks source link

fix missed urlencode to use encode("utf8") #21

Closed cjbayliss closed 5 years ago

cjbayliss commented 5 years ago

I missed a urlencode that needed .encode("utf8") at the end. this PR fixes that.