Indentation issue

This commit is contained in:
yoni13
2025-01-11 16:16:26 +08:00
parent 7aaf3aa57b
commit f4671f4886

View File

@@ -16,8 +16,8 @@ try:
if soc in device_compatible_str:
is_available = True
break
else:
is_available = False
else:
is_available = False
except (FileNotFoundError, ImportError):
is_available = False