|
|
@ -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
|
|
|
|