Fix updating of scores

This commit is contained in:
Corder Guy 2018-04-26 12:03:22 -05:00
parent 95c6d64056
commit 31f35af3fa
2 changed files with 1 additions and 1 deletions

BIN
db.sqlite3 Normal file → Executable file

Binary file not shown.

View file

@ -158,7 +158,7 @@ def update(user_id, score):
conn.commit() conn.commit()
conn.close() conn.close()
return [] return '[]'
def process_request(uri): def process_request(uri):