Script execution

This commit is contained in:
2019-04-02 11:14:11 +02:00
parent b45c6c34c0
commit de2a2599c1

View File

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