Script execution
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user