Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
81549361 committed Dec 8, 2024
1 parent b752b49 commit 8a2c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/launch_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def register_service(client,service_name,service_ip,service_port,cluster_name,he
return response
except Exception as e:
print(f"Error registering service to Nacos: {e}")
#return False
return True
try:
# 创建配置解析器
config = configparser.ConfigParser()
Expand Down

0 comments on commit 8a2c01b

Please sign in to comment.