1
0
Fork 0
mirror of synced 2024-05-07 06:02:24 +12:00

Fixed missing :

This commit is contained in:
Phxntxm 2016-07-09 08:25:43 -05:00
parent eb182a3040
commit 4a801f844e

View file

@ -28,7 +28,7 @@ openCommands = global_config.get("openCommands", {})
ownerCommands = global_config.get("ownerCommands", {})
voiceCommands = global_config.get("voiceCommands", {})
def resetConnection()
def resetConnection():
global connection
connection = pymysql.connect(host=global_config.get("db_host"), user=global_config.get("db_user"),
password=global_config.get("db_user_pass"), charset='utf8mb4',