This commit is contained in:
Joscha 2018-08-06 15:34:54 +00:00
parent 94b0ce78ed
commit 7da407310c
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,6 @@ class PointsDB(yaboli.Database):
@yaboli.operation
def points_of(self, db, room, nick):
normalized_nick = normalize(nick)
print(nick, normalized_nick, room)
res = db.execute((
"SELECT points FROM points "
"WHERE normalized_nick=? AND room=?"