xandr2 / blynkapi

Simple python Blynk HTTP/HTTPS API wrapper.
MIT License
24 stars 11 forks source link

doesn't work with python3 #4

Open xriser opened 6 years ago

xriser commented 6 years ago

.local/lib/python3.6/site-packages/blynkapi/Blynk.py", line 106 except HTTPError, e: ^ SyntaxError: invalid syntax

xandr2 commented 6 years ago

Hi! Code wasn't written with python3 capability. You can try to refactor it, I think main problem is in module urllib.