Fix window/interval validation and make aggs optional in parse_results
This commit is contained in:
@@ -58,7 +58,7 @@ def annotate_results(results):
|
||||
item["num_chans"] = num_chans[item["nick"]]
|
||||
|
||||
|
||||
def parse_results(results, aggs):
|
||||
def parse_results(results, aggs=None):
|
||||
results_parsed = []
|
||||
stringify = ["host", "channel"]
|
||||
if "hits" in results.keys():
|
||||
|
||||
Reference in New Issue
Block a user