Script execution

This commit is contained in:
2019-04-02 13:47:45 +02:00
parent 5e10403531
commit 7c5badea52

View File

@@ -80,7 +80,6 @@ def get_commands(commands =None, start = None, end = None):
first = False
sql = sql + " )"
sql = sql + " GROUP BY Command"
print sql
results = stmt.executeQuery(sql)
ret = []
while results.next():