Fix syntax error
This commit is contained in:
parent
218d01088d
commit
0cd5c9dd7c
@ -827,7 +827,7 @@ def _get_ids(acc, hostmask, add=False):
|
||||
plid = c.lastrowid
|
||||
c.execute("INSERT INTO person (primary_player) VALUES (?)", (plid,))
|
||||
peid = c.lastrowid
|
||||
c.execute("UPDATE player SET person=? WHERE id=?" (peid, plid))
|
||||
c.execute("UPDATE player SET person=? WHERE id=?", (peid, plid))
|
||||
return (peid, plid)
|
||||
|
||||
def _get_display_name(peid):
|
||||
|
Loading…
x
Reference in New Issue
Block a user