updated IP in one place
This commit is contained in:
parent
788feda0dd
commit
51effc5df7
@ -106,8 +106,8 @@ def kill_css_process():
|
|||||||
|
|
||||||
def bot_connect_ze():
|
def bot_connect_ze():
|
||||||
#use whatever ip you want here to connect with
|
#use whatever ip you want here to connect with
|
||||||
strdev = "connect 151.80.230.149:27019/test132;"
|
strdev = "connect 144.76.218.19:27019/test132;"
|
||||||
str1 = "connect 151.80.230.149:27015;"
|
str1 = "connect 144.76.218.19:27015;"
|
||||||
writeCfgInput(str1)
|
writeCfgInput(str1)
|
||||||
time.sleep(0.2)
|
time.sleep(0.2)
|
||||||
writeCfgInput('')
|
writeCfgInput('')
|
||||||
|
Loading…
Reference in New Issue
Block a user