jpmens / homie-ota

OTA "server" in Python for Homie
127 stars 50 forks source link

Fix indentation error on Python3 #66

Closed LinhDNguyen closed 6 years ago

LinhDNguyen commented 6 years ago

@jpmens I updated the import with try/catch. Now it is ok on both Python2 and Python3.

jpmens commented 6 years ago

Merged, thank you.