瀏覽代碼

bottle: Use debug=False

INADA Naoki 12 年之前
父節點
當前提交
a90d64dfbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bottle/app.py

+ 1 - 1
bottle/app.py

@@ -92,4 +92,4 @@ def fortune_raw():
   return template('fortune', fortunes=fortunes)
 
 if __name__ == "__main__":
-    app.run(host='0.0.0.0', debug=True)
+    app.run(host='0.0.0.0', debug=False)