mirror of
https://github.com/balkian/eestec.codeit.git
synced 2025-07-04 05:42:21 +00:00
Added lcs information
This commit is contained in:
parent
abd275505e
commit
f492c2264a
2
app.py
2
app.py
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user