Accidental checkin

This commit is contained in:
str4d
2016-04-02 01:39:39 +00:00
parent e09f5724fa
commit 33f54a33e3

View File

@ -2,4 +2,4 @@
from i2p2www import app from i2p2www import app
if __name__ == '__main__': if __name__ == '__main__':
app.run(host='127.0.0.1', port=5000, debug=True) app.run(host='127.0.0.1', port=5000, debug=False)