From f7f40178ae0d9984c77a1c4398dc38a04c4522b8 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 17:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/dreport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index ef24ce5..f2a16c4 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -321,4 +321,5 @@ def main(): if __name__ == "__main__": - main() # app.run(host='0.0.0.0', port=6700, debug=False) + # main() + app.run(host='0.0.0.0', port=6700, debug=False)