updated IP in one place

This commit is contained in:
Christian 2021-03-14 21:56:55 +01:00
parent 788feda0dd
commit 51effc5df7

View File

@ -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('')