Closed poma closed 6 years ago
heroprotocol.py is supposed to be executable so I've changed file mode to 755. No content changes.
This doesn't need to be a pull request. This can easily be invoked on a linux system with python -i heroprotocol.py
python -i heroprotocol.py
Seriously? Then why do you have #!/usr/bin/env python at the top of your file?
#!/usr/bin/env python
heroprotocol.py is supposed to be executable so I've changed file mode to 755. No content changes.