Dirty fixing of some more mariadb -> mysql-connector issues....
TODO: do it properly.
This commit is contained in:
@@ -175,7 +175,7 @@ class OrgPorkService:
|
||||
"ai_rank, ai_level, org_id, org_name, "
|
||||
"org_rank_name, org_rank_id, dimension, "
|
||||
"head_id, pvp_rating, pvp_title, source, last_updated) "
|
||||
"VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", data)
|
||||
"VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)".replace("?", "%s"), data)
|
||||
conn.commit()
|
||||
|
||||
if len(members) == 0:
|
||||
|
||||
Reference in New Issue
Block a user