From f492c2264a9834bad298b1d8fac5e4f4e8a6490b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Fri, 1 Mar 2013 20:08:48 +0100 Subject: [PATCH] Added lcs information --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 66620af..1f9a508 100644 --- a/app.py +++ b/app.py @@ -29,7 +29,7 @@ def hello(): return 'Hello World!' def update_db(): - store.load_all('prueba.json') + store.load_all('lcs.json') stats=store.get_stats() db.logs.insert({'time':str(datetime.now())}) db.stats.insert(stats)