From de2a2599c180e9b98233828a0ec2b52f9336cb32 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 2 Apr 2019 11:14:11 +0200 Subject: [PATCH] Script execution --- script/statistics.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/script/statistics.py b/script/statistics.py index 8dd9b53..af97ceb 100644 --- a/script/statistics.py +++ b/script/statistics.py @@ -70,19 +70,9 @@ def print_stats(command = "%", start = None, end = None): cmd = "%test1.py" start= "06/02/19" #"06/02/19 13:27:56.124" end= "07/04/19" #"29/04/19 13:27:56.124" - - print_stats ("%test1.py", start, end) - - - -results = stmt.executeQuery("SELECT Command,Start FROM ."); - - -if (results.first()): - print("Command= " + results.getString("Command") + " Start= " + str(results.getTimestamp("Start"))) conn.close() \ No newline at end of file