[modules/nvidiagpu] Add missing initialization
This commit is contained in:
parent
01883c1284
commit
011b3b631b
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Module(bumblebee.engine.Module):
|
||||||
name = "not found"
|
name = "not found"
|
||||||
clockMem = ""
|
clockMem = ""
|
||||||
clockGpu = ""
|
clockGpu = ""
|
||||||
|
fanspeed = ""
|
||||||
for item in out_list:
|
for item in out_list:
|
||||||
try:
|
try:
|
||||||
key, val = item.split(':')
|
key, val = item.split(':')
|
||||||
|
|
Loading…
Reference in a new issue