Clean up
This commit is contained in:
parent
94b0ce78ed
commit
7da407310c
2 changed files with 1 additions and 2 deletions
|
|
@ -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=?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue