Reverted change to runserver.py

This commit is contained in:
str4d
2013-03-17 19:52:51 +00:00
parent dd7a9e64ce
commit 35add629f1

View File

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