fix grouping in webserve

This commit is contained in:
herby2212 2023-04-15 20:03:20 +02:00
commit f2957aeaae

View file

@ -2545,11 +2545,10 @@ class WebInterface(object):
}
```
"""
grouping = helpers.bool_true(grouping, return_none=True)
graph = graphs.Graphs()
result = graph.get_total_concurrent_streams_per_stream_type(time_range=time_range)
logger.debug(result)
if result:
return result
else: