Dirty fixing of some more mariadb -> mysql-connector issues....
This commit is contained in:
@@ -188,7 +188,7 @@ class PorkService:
|
||||
org_id, org_name, org_rank_name, org_rank_id, dimension, head_id,
|
||||
pvp_rating, pvp_title, source, last_updated)
|
||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
||||
"""
|
||||
""".replace("?", "%s")
|
||||
|
||||
cur.execute(insert_sql,
|
||||
[char_info["char_id"], char_info["name"], char_info["first_name"], char_info["last_name"],
|
||||
|
||||
Reference in New Issue
Block a user