Typo
This commit is contained in:
parent
64bddad4b3
commit
b104e35eb9
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def get_player_from_full_name(firstname, name):
|
|||
machines.id,machines.ip,players.ban_end
|
||||
from players
|
||||
inner join machines on players.id=machines.player_id
|
||||
where players.firstname=%s and players.name=%s"""% firstname, name)
|
||||
where players.firstname=\"%s\" and players.name=\"%s\""""% firstname, name)
|
||||
|
||||
row = cur.fetchone()
|
||||
con.close()
|
||||
|
|
Loading…
Reference in a new issue