Comment out the time range, we'll use that later.

master
Simon Quigley 4 years ago
parent f44618824b
commit 57613a344c

@ -52,7 +52,7 @@ def main(module):
run = []
run.append(module.sqlite_setup())
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))
# Use --db-location to pass to sqlite

Loading…
Cancel
Save