Added #! line to runserver so it can be called directly
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
#!env/bin/python
|
||||
from i2p2www import app
|
||||
app.run(debug=False)
|
||||
|
Reference in New Issue
Block a user