From d957345f9e0a035ba5f3704f49de5322c49e29c1 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 7 Jul 2020 20:17:37 +0100 Subject: [PATCH] Checking if the server works on the bot --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index 1702993d..1ceb650b 100644 --- a/db.py +++ b/db.py @@ -12,7 +12,7 @@ def connection(): conn = mariadb.connect( user="root", password=password, - host="173.208.202.20", + host="localhost", port=3306, database="enso" )