Skip to content

Commit c39e157

Browse files
committed
typo
1 parent 702b799 commit c39e157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/check/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def check_node(
5050
'pveversion': node.get('pveversion'), # str
5151
'loadavg': [float(v) for v in node['loadavg']] \
5252
if isinstance(node.get('loadavg'), list) else None,
53-
'cpu': to_float(node.get('cpu')), # int
53+
'cpu': to_float(node.get('cpu')), # float
5454
'idle': to_float(node.get('idle')), # float
5555
'wait': to_float(node.get('wait')), # float
5656
'uptime': node.get('uptime'), # int

0 commit comments

Comments
 (0)