Script execution
This commit is contained in:
@@ -80,7 +80,6 @@ def get_commands(commands =None, start = None, end = None):
|
|||||||
first = False
|
first = False
|
||||||
sql = sql + " )"
|
sql = sql + " )"
|
||||||
sql = sql + " GROUP BY Command"
|
sql = sql + " GROUP BY Command"
|
||||||
print sql
|
|
||||||
results = stmt.executeQuery(sql)
|
results = stmt.executeQuery(sql)
|
||||||
ret = []
|
ret = []
|
||||||
while results.next():
|
while results.next():
|
||||||
|
|||||||
Reference in New Issue
Block a user