Merge pull request #500 from PolarNick239/patch-1

gpu_temp: setting "display_if" default value fixed
This commit is contained in:
enkore 2017-01-11 12:38:20 +01:00 committed by GitHub
commit 6100c8e4d0

View File

@ -24,7 +24,7 @@ class GPUTemperature(IntervalModule):
color = "#FFFFFF"
alert_temp = 90
alert_color = "#FF0000"
display_if = True
display_if = 'True'
def run(self):
temp = gpu.query_nvidia_smi().temp