Merge branch 'master' of github.tamu.edu:rhetorical575/mocha-server
This commit is contained in:
commit
4182800613
2 changed files with 1 additions and 1 deletions
0
db.sqlite3
Normal file → Executable file
0
db.sqlite3
Normal file → Executable 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):
|
||||||
|
|
Reference in a new issue