Skip to content
Snippets Groups Projects
Commit 9eedde06 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Remove ] in checkbbb.py

parent 7f5f53f1
Branches
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ statusline += "numWithVideo=" + str(totalVideousers) + " "
statusline += "[scale001 totals "
statusline += "M:" + str(totalMeetings) + " "
statusline += "Att:" + str(totalAttendees) + " "
statusline += "Vid:" + str(totalVideousers) + "]"
statusline += "Vid:" + str(totalVideousers) + " "
statusline += "Load:" + str(totalLoad) + "]"
print(statusline)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment