vshymanskyy / blynk-library-python

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

Fix os.uname error #42

Closed zurgeg closed 4 years ago

zurgeg commented 4 years ago

On windows this drops an error about module os has no attribute uname because on Windows there is no uname command so if on Windows just replace with 'Windows'

vshymanskyy commented 4 years ago

Thanks! The problem with this approach, is that the whole logo is copied twice (takes precious memory on embedded devices, etc).

vshymanskyy commented 4 years ago

Should be fixed now by another PR. Thanks anyway!