From 6ff7b88ad5fe18bf5ffccbef17605ed975429dda Mon Sep 17 00:00:00 2001 From: w_xiaolizu Date: Fri, 19 May 2023 13:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__main__.py b/__main__.py index 4ed02e7..66e0592 100644 --- a/__main__.py +++ b/__main__.py @@ -382,9 +382,9 @@ class ChatBot(ChatBotFrame): # Start self.auto_opentab_delay() - demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", server_port=PORT, + demo.queue(concurrency_count=CONCURRENT_COUNT).launch(server_name="0.0.0.0", server_port=PORT, auth=AUTHENTICATION) + - auth=AUTHENTICATION) def check_proxy_free(): proxy_state = func_box.Shell(f'lsof -i :{PORT}').read()[1].splitlines() if proxy_state != ["", ""]: