vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
281 stars 97 forks source link

Fix issue #27 #33

Closed jsikorsky closed 4 years ago

jsikorsky commented 5 years ago

os.uname() is not available on all platforms, particularily Windows. sys.platform contains almost the same information and is available on all platforms where I was able to test: