This commit is contained in:
guimoz 2017-01-31 18:09:46 +01:00
parent 64bddad4b3
commit b104e35eb9

View file

@ -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()