added ** back in
This commit is contained in:
@@ -145,7 +145,7 @@ dbconfig = {
|
|||||||
'raise_on_warnings': True
|
'raise_on_warnings': True
|
||||||
}
|
}
|
||||||
|
|
||||||
cnx = mysql.connector.connect(dbconfig)
|
cnx = mysql.connector.connect(**dbconfig)
|
||||||
cursor = cnx.cursor()
|
cursor = cnx.cursor()
|
||||||
query = ("SELECT * FROM LDAPUsers")
|
query = ("SELECT * FROM LDAPUsers")
|
||||||
cursor.execute(query)
|
cursor.execute(query)
|
||||||
|
|||||||
Reference in New Issue
Block a user