Fix shebang

This commit is contained in:
Neale Pickett 2017-10-30 11:25:58 -06:00
parent 8b7b3fcbe7
commit 6243d05087
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#o/usr/bin/env python3
#!/usr/bin/python3
# To pick up any changes to this file without restarting anything:
# while true; do ./tools/devel-server.py --once; done