From 0ac092f35b0edb10d896b7cf205ef5f8b853b642 Mon Sep 17 00:00:00 2001 From: Mai Le Date: Sat, 6 Feb 2021 14:26:39 +0700 Subject: [PATCH] disable debug mode --- src/python/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/app.py b/src/python/app.py index 2d7e080..fa34262 100644 --- a/src/python/app.py +++ b/src/python/app.py @@ -156,5 +156,5 @@ def update_mid_panel(confirmed, death, recovered): # endregion -if __name__ == "__main__": - app.run_server(debug=True) # activate hot reloading +# if __name__ == "__main__": +# app.run_server(debug=True) # activate hot reloading