From 751e0d41f46220f1c8122a1f7fe7d430111f4373 Mon Sep 17 00:00:00 2001 From: Roxima Date: Sun, 20 Oct 2019 03:39:10 +0330 Subject: [PATCH] Fix wrong port --- docs/GettingStart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStart.md b/docs/GettingStart.md index 9f82b680a..e790b2137 100644 --- a/docs/GettingStart.md +++ b/docs/GettingStart.md @@ -216,7 +216,7 @@ import numpy as np import time def testSPTAGClient(): - index = SPTAGClient.AnnClient('127.0.0.1', '8100') + index = SPTAGClient.AnnClient('127.0.0.1', '8000') while not index.IsConnected(): time.sleep(1) index.SetTimeoutMilliseconds(18000) @@ -283,4 +283,4 @@ public class test ``` - \ No newline at end of file +