Changed localhost to internal ip
This commit is contained in:
parent
27500d60c2
commit
1f2571f682
@ -7,7 +7,7 @@ from mcrcon import MCRcon
|
||||
password = open("../sqlPass.txt", 'r').read()
|
||||
rcon = open("../rcon.txt", 'r').read()
|
||||
|
||||
con = pymysql.connect(host='localhost',
|
||||
con = pymysql.connect(host='192.168.1.52',
|
||||
user='Bot',
|
||||
password=f'{password}',
|
||||
db='serverIDs',
|
||||
|
Loading…
x
Reference in New Issue
Block a user