[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"
|
||||
clockMem = ""
|
||||
clockGpu = ""
|
||||
fanspeed = ""
|
||||
for item in out_list:
|
||||
try:
|
||||
key, val = item.split(':')
|
||||
|
|
Loading…
Reference in a new issue