ragingcomputer / amridm2mqtt

runs rtlamr to read IDM power meter data and send to MQTT broker
MIT License
76 stars 43 forks source link

specified python3 #3

Closed gittyhubbyfrankybobby closed 6 years ago

gittyhubbyfrankybobby commented 6 years ago

script doesn't run with python2 installed as default.

ragingcomputer commented 6 years ago

Thanks for pointing this out! I'm guessing I boogered file permissions by committing with Windows. Might be better to chmod +x amridm2mqtt and use the more standard (and portable) python3 shebang "#!/usr/bin/env python3"

ragingcomputer commented 6 years ago

Corrected shebang in commit ab52a9c