Change host IP
This commit is contained in:
parent
3700bc3326
commit
55f13005f2
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ if __name__ == "__main__":
|
||||||
global bar
|
global bar
|
||||||
lockbar = threading.Lock()
|
lockbar = threading.Lock()
|
||||||
|
|
||||||
url = "http://192.168.1.28:8080/completion"
|
url = "http://192.168.1.32:8080/completion"
|
||||||
|
|
||||||
num_requests = 76
|
num_requests = 76
|
||||||
q = Queue(maxsize = 80)
|
q = Queue(maxsize = 80)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue