Fix mistaken checkin

This commit is contained in:
str4d
2016-04-04 12:53:04 +00:00
parent eb91dbfc8a
commit b5af2d259c

View File

@ -2,4 +2,4 @@
from i2p2www import app
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)