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

Make totalLoad an int, too

parent 355c32ad
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ def generateCheckLine(bbb):
totalMeetings += int(bbb["meetings"])
totalAttendees += int(bbb["users"])
totalVideousers += int(bbb["videos"])
totalLoad += float(bbb["load"])
totalLoad += int(bbb["load"])
return statusline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment