fix devicelib error line:61

This commit is contained in:
plucky 2018-12-29 23:57:58 +08:00
commit 111bced890

View file

@ -58,7 +58,7 @@ class devicelib:
try: try:
nvmlInit() nvmlInit()
nvmlShutdown() nvmlShutdown()
except e: except:
return False return False
return True return True