Files
i2p.www/runserver.py

4 lines
62 B
Python
Raw Normal View History

#!env/bin/python
from i2p2www import app
2012-09-13 03:45:24 +00:00
app.run(debug=False)