diff --git a/checkmk/custom-files/plugins/checkbbb.py b/checkmk/custom-files/plugins/checkbbb.py
index e0946ed1efcd90ce269694ab99e39069517e27b6..c62338b2e27a9371d42ad358545bc6de61bea45c 100644
--- a/checkmk/custom-files/plugins/checkbbb.py
+++ b/checkmk/custom-files/plugins/checkbbb.py
@@ -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)