diff --git a/bbbmon/meetings.py b/bbbmon/meetings.py index 2d9c5454025bab07e3491d5fbf739751dd614afa..e5f759d62753a030905d19bedda3b712516ffef8 100644 --- a/bbbmon/meetings.py +++ b/bbbmon/meetings.py @@ -358,7 +358,7 @@ def meetings_twolines(config: Config, watch: int, fancy: bool, sum_:bool): def format_json(config: Config, watch: bool, compact: bool) -> str: - meetings = [get_meetings(e.secret, e.url, config.path) for e in config.endpoints] + meetings = [get_meetings(e.secret, e.url, config.path, sum_=False) for e in config.endpoints] # Clear screen after request is done, and before printing new data to keep # blinking to a minimum