From 5bcae1b00cb7b1c9674e7146ee3d22dc2a32a384 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 14 Dec 2024 04:51:09 +0800 Subject: [PATCH] Update sql_mysql.py --- plugins/data_query/sql_mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/data_query/sql_mysql.py b/plugins/data_query/sql_mysql.py index 62e453df4..7e7d01af2 100755 --- a/plugins/data_query/sql_mysql.py +++ b/plugins/data_query/sql_mysql.py @@ -44,7 +44,7 @@ class nosqlMySQL(): def conn(self): - if self.__sid is not: + if self.__sid is None: return False if self.__sid is not None: