Fixed variable issue
This commit is contained in:
@ -77,7 +77,7 @@ class SQL_Database:
|
|||||||
# Not a function
|
# Not a function
|
||||||
else:
|
else:
|
||||||
# Convert to the right type
|
# Convert to the right type
|
||||||
if type(value) not in self.sql_type_list:
|
if type(value) not in sql_type_list:
|
||||||
|
|
||||||
value = str(value)
|
value = str(value)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user