Fixed debug checkin

This commit is contained in:
str4d
2014-10-16 04:43:02 +00:00
parent e3deb6ddd3
commit dc231fbc35

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)