Checking if the server works on the bot

pull/4/head
sgoudham 4 years ago
parent 31b0d8b0f0
commit d957345f9e

@ -12,7 +12,7 @@ def connection():
conn = mariadb.connect(
user="root",
password=password,
host="173.208.202.20",
host="localhost",
port=3306,
database="enso"
)

Loading…
Cancel
Save