mirror of
https://github.com/lubuntu-team/metrics.git
synced 2025-05-04 17:11:28 +00:00
Comment out the time range, we'll use that later.
This commit is contained in:
parent
f44618824b
commit
57613a344c
2
metrics
2
metrics
@ -52,7 +52,7 @@ def main(module):
|
|||||||
run = []
|
run = []
|
||||||
run.append(module.sqlite_setup())
|
run.append(module.sqlite_setup())
|
||||||
run.append(module.sqlite_add())
|
run.append(module.sqlite_add())
|
||||||
run.append(module.sqlite_time_range(days=10))
|
#run.append(module.sqlite_time_range(days=10))
|
||||||
log.debug("Commands to be ran: " + str(run))
|
log.debug("Commands to be ran: " + str(run))
|
||||||
|
|
||||||
# Use --db-location to pass to sqlite
|
# Use --db-location to pass to sqlite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user