Files
i2p.www/runserver.py

3 lines
45 B
Python
Raw Normal View History

from i2p2www import app
2012-09-12 06:20:10 +00:00
app.run(debug=False)