1
0
mirror of https://github.com/balkian/eestec.codeit.git synced 2025-07-03 21:32:21 +00:00

Added lcs information

This commit is contained in:
J.Fernando Sánchez 2013-03-01 20:08:48 +01:00
parent abd275505e
commit f492c2264a

2
app.py
View File

@ -29,7 +29,7 @@ def hello():
return 'Hello World!' return 'Hello World!'
def update_db(): def update_db():
store.load_all('prueba.json') store.load_all('lcs.json')
stats=store.get_stats() stats=store.get_stats()
db.logs.insert({'time':str(datetime.now())}) db.logs.insert({'time':str(datetime.now())})
db.stats.insert(stats) db.stats.insert(stats)