Fix updating of scores
This commit is contained in:
parent
95c6d64056
commit
31f35af3fa
2 changed files with 1 additions and 1 deletions
BIN
db.sqlite3
Normal file → Executable file
BIN
db.sqlite3
Normal file → Executable file
Binary file not shown.
|
@ -158,7 +158,7 @@ def update(user_id, score):
|
|||
conn.commit()
|
||||
conn.close()
|
||||
|
||||
return []
|
||||
return '[]'
|
||||
|
||||
|
||||
def process_request(uri):
|
||||
|
|
Reference in a new issue