aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--detection.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/detection.py b/detection.py
index eb4db0df..442c4be5 100644
--- a/detection.py
+++ b/detection.py
@@ -31,6 +31,8 @@ def check_gpu():
return "NVIDIA"
else:
return "Unknown"
+ else:
+ return "Unknown"
else:
# If the `lspci` command is available, use it to get the GPU vendor and model information
output = os.popen("lspci | grep -i vga").read()