David 9 년 전
부모
커밋
75047a3d02
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web.py

+ 2 - 1
web.py

@@ -120,4 +120,5 @@ def create_task():
 
 
 if __name__ == '__main__':
-    app.run(host="0.0.0.0", debug=False)
+    app.run(host="0.0.0.0", debug=True)
+    #app.run(host="0.0.0.0", debug=False)