From 1da749aea93fdd2c2d6f9bb86d79b3bbcc2d52fd Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 15 May 2024 14:45:23 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 3b79b83d7..2b615ced4 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -3026,7 +3026,6 @@ def getSyncMysqlDB(dbname,sign = ''): data = conn.field('ip,port,user,pass,mode,cmd').where('ip=?', (sign,)).find() else: data = conn.field('ip,port,user,pass,mode,cmd').find() - print(data) user = data['user'] apass = data['pass'] port = data['port']