Merge branch 'master' of gitlab.rezometz.org:guimoz/roulette-legacy
Conflicts: roulette.py
This commit is contained in:
commit
170e7a9e24
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