From 57613a344cdce1a3d1e212c80c141efbff51e96f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 18 Jun 2020 20:44:10 -0500 Subject: [PATCH] Comment out the time range, we'll use that later. --- metrics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics b/metrics index 11d7943..a841a99 100755 --- a/metrics +++ b/metrics @@ -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