Skip to content

Commit 31c45b9

Browse files
committed
fix shebang
1 parent 9a2773a commit 31c45b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!./virt_env/bin/python
1+
#! /usr/bin/env python
22
import os
33
import cherrypy as http
44
import subprocess

0 commit comments

Comments
 (0)