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