Commit 3e8fa684 by lichenggang

只开http服务端口

parent e6b742b4
Showing with 2 additions and 2 deletions
......@@ -22,5 +22,5 @@ if __name__ == "__main__":
http_port = 50052
grpc_port = 50051
run(http_port, grpc_port)
# http_run(http_port)
# run(http_port, grpc_port)
http_run(http_port)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment