From 7a0cda77541bc6b96daee08cd9f23bc3c83ab544 Mon Sep 17 00:00:00 2001 From: Florian Calvet Date: Mon, 3 Apr 2023 10:18:58 +0200 Subject: [PATCH] fix dict format --- glances/plugins/glances_gpu.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glances/plugins/glances_gpu.py b/glances/plugins/glances_gpu.py index d4ab15ea..342314af 100644 --- a/glances/plugins/glances_gpu.py +++ b/glances/plugins/glances_gpu.py @@ -85,7 +85,7 @@ class Plugin(GlancesPlugin): # "mem": 5.792331695556641, # "proc": 4, # "temperature": 26, - # "fan_speed": 30, + # "fan_speed": 30 # } # ] # Two GPU sample: @@ -97,7 +97,7 @@ class Plugin(GlancesPlugin): # "mem": 5.792331695556641, # "proc": 4, # "temperature": 26, - # "fan_speed": 30, + # "fan_speed": 30 # }, # { # "key": "gpu_id", @@ -106,7 +106,7 @@ class Plugin(GlancesPlugin): # "mem": 15, # "proc": 8, # "temperature": 65, - # "fan_speed": 75, + # "fan_speed": 75 # } # ] return self.stats