fix shebang on start.py
python -> python2
This commit is contained in:
parent
fc74c420d7
commit
a4352814d1
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
|
||||
# Included modules
|
||||
|
|
Loading…
Reference in a new issue