diff --git a/runserver.py b/runserver.py
index 5589fd4fdfb478fad0b0952116c889a416e84525..2d1a4c9f8b59442c57570456e62636c2303e6faf 100755
--- a/runserver.py
+++ b/runserver.py
@@ -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)