Added #! line to runserver so it can be called directly

This commit is contained in:
str4d
2012-12-03 10:07:38 +00:00
parent ee20907b2b
commit 9d6258e5cc

View File

@ -1,2 +1,3 @@
#!env/bin/python
from i2p2www import app
app.run(debug=False)