Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bbb
bbbmon
Commits
b665c540
Commit
b665c540
authored
May 28, 2020
by
David Huss
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix regression bug with 0 meetings
parent
84322632
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bbbmon/meetings.py
bbbmon/meetings.py
+1
-1
No files found.
bbbmon/meetings.py
View file @
b665c540
...
...
@@ -225,7 +225,7 @@ def sum_meetings(config: Config, meetings: Optional[XmlDictConfig]) -> Optiona
active_endpoints
=
[
m
for
m
in
meetings
if
m
!=
[
"unreachable"
]]
if
len
(
active_endpoints
)
==
0
:
return
None
return
config
,
None
summed_endpoint
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment