Fixed bad checkin

This commit is contained in:
str4d
2014-02-19 21:02:47 +00:00
parent d7af7c05ab
commit a9cb791bf4

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)