Files
I2P_Website/runserver.py

3 lines
45 B
Python
Raw Normal View History

from i2p2www import app
2012-09-13 03:45:24 +00:00
app.run(debug=False)