mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
readd missing ,
This commit is contained in:
parent
6658c399dc
commit
897dbd139c
|
@ -20,7 +20,7 @@ class UpdateDB:
|
|||
sql = "UPDATE rcgcdw SET rcid = ? WHERE wiki = ? AND rcid != -1"
|
||||
else:
|
||||
sql = "UPDATE rcgcdw SET postid = ? WHERE wikiid = ?"
|
||||
db_cursor.execute(sql, (update[1], update[0]))
|
||||
db_cursor.execute(sql, (update[1], update[0],))
|
||||
db_connection.commit()
|
||||
self.clear_list()
|
||||
|
||||
|
|
Loading…
Reference in a new issue