Update _utils.py
This commit is contained in:
parent
36488b5867
commit
ea330bdc73
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ def get_statistics():
|
|||
elif vram <= 40: vram = 40
|
||||
elif vram <= 48: vram = 48
|
||||
elif vram <= 80: vram = 80
|
||||
else: vram = "80+"
|
||||
else: vram = 96
|
||||
_get_statistics(f"vram-{vram}")
|
||||
except:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue