fix devicelib error line:61,remove e

This commit is contained in:
plucky 2019-01-01 15:29:22 +08:00
commit 02f511c50d

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