From 6aec31c2bacae1968a9a74132b940a72a84c9424 Mon Sep 17 00:00:00 2001 From: w_xiaolizu Date: Fri, 19 May 2023 14:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index 6095c24..00a570f 100644 --- a/__main__.py +++ b/__main__.py @@ -396,7 +396,7 @@ def check_proxy_free(): if __name__ == '__main__': # PORT = find_free_port() if WEB_PORT <= 0 else WEB_PORT - # PORT = 7891 if WEB_PORT <= 0 else WEB_PORT + PORT = 7891 if WEB_PORT <= 0 else WEB_PORT check_proxy_free() ChatBot().main() gr.close_all()