blynkapi icon indicating copy to clipboard operation
blynkapi copied to clipboard

doesn't work with python3

Open xriser opened this issue 6 years ago • 1 comments

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

xriser avatar Jul 01 '18 14:07 xriser

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

xandr2 avatar Jul 02 '18 15:07 xandr2