Merge branch 'master' of github.tamu.edu:rhetorical575/mocha-server

This commit is contained in:
Corder Guy 2018-04-26 12:51:45 -05:00
commit 4182800613
2 changed files with 1 additions and 1 deletions

0
db.sqlite3 Normal file → Executable file
View file

View file

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