From 52f1aaa741c369673dc28e916ef09d6a97a26fc7 Mon Sep 17 00:00:00 2001 From: "majiahui@haimaqingfan.com" Date: Mon, 28 Aug 2023 17:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=EF=BC=8C=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=92=8C=E9=A3=9E=E5=BA=A6=E7=9A=84=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_check_bert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_check_bert.py b/flask_check_bert.py index b5c9818..267dd7d 100644 --- a/flask_check_bert.py +++ b/flask_check_bert.py @@ -864,4 +864,4 @@ t = Thread(target=classify) t.start() if __name__ == "__main__": - app.run(host="0.0.0.0", port=16001, threaded=True, debug=True) \ No newline at end of file + app.run(host="0.0.0.0", port=16001, threaded=True, debug=True, use_reloader=False) \ No newline at end of file