I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b5af2d25 authored by str4d's avatar str4d
Browse files

Fix mistaken checkin

parent eb91dbfc
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ ...@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment