jasonacox / pypowerwall

Python API for Tesla Powerwall and Solar Power Data
MIT License
123 stars 21 forks source link

Add shebang for direct execution #17

Closed zi0r closed 2 years ago

zi0r commented 2 years ago

Add shebang to allow us to: chmod +x server.py;./server.py

jasonacox commented 2 years ago

Thanks @zi0r ! It needed this for sure.