Skip to content
Snippets Groups Projects
Verified Commit 7fb6d529 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

I have fat fingers

parent 7a41002e
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ class MattermostCollector(object):
# Extract values
data['public_channels'] = cls._get_value(res, 'channel_open_count')
data['private_channels'] = cls._get_value(res, 'channel_private_count')
data['total_websocket_connections'] = clis._get_value(res, 'total_websocket_connections')
data['total_websocket_connections'] = cls._get_value(res, 'total_websocket_connections')
data['posts'] = cls._get_value(res, 'post_count')
data['users'] = cls._get_value(res, 'unique_user_count')
data['teams'] = cls._get_value(res, 'team_count')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment