trbs/statuscake

AttributeError: module 'urllib' has no attribute 'urlencode'

Closed this issue · 4 comments

m-vdb commented

Using Python 3.6, fails because urllib.urlencode doesn't exist. The line of code that fails: https://github.com/trbs/statuscake/blob/master/statuscake/api.py#L97-L97

Resolution: use six module compatibility.

trbs commented

Thanks for the ticket and PR !

m-vdb commented

👍 no problem. Do you think you can make a pypi release soon @trbs ?

m-vdb commented

awesome!