注释代码调整
This commit is contained in:
@ -396,7 +396,7 @@ def check_proxy_free():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
# PORT = find_free_port() if WEB_PORT <= 0 else WEB_PORT
|
# 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()
|
check_proxy_free()
|
||||||
ChatBot().main()
|
ChatBot().main()
|
||||||
gr.close_all()
|
gr.close_all()
|
||||||
|
|||||||
Reference in New Issue
Block a user