mirror of
https://github.com/balkian/eestec.codeit.git
synced 2025-09-02 17:02:20 +00:00
Added lcs information
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user