upd readme

This commit is contained in:
iperov
2019-01-13 17:47:05 +04:00
parent 12383570e8
commit e0605df175
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class devicelib:
@staticmethod
def getDeviceVRAMTotalGb (idx):
result = 0
result = 2
try:
nvmlInit()
if idx < nvmlDeviceGetCount():