change host and port example.py

Former-commit-id: 52d3b8800e40318fda95fc698728fb21221ba0f6
pull/191/head
xuan.yang 2019-06-13 17:32:50 +08:00
parent e7021fc234
commit 3924a07df2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def main():
# Connect
# Please change HOST and PORT to correct one
param = {'host': '192.168.1.121', 'port': '33001'}
param = {'host': 'HOST', 'port': 'PORT'}
cnn_status = milvus.connect(**param)
print('# Connect Status: {}'.format(cnn_status))