[modules/nvidiagpu] Add missing initialization

This commit is contained in:
Tobias Witek 2019-04-15 20:35:59 +02:00
parent 01883c1284
commit 011b3b631b

View file

@ -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(':')