mirror of
https://github.com/immich-app/immich.git
synced 2025-07-08 02:34:12 -04:00
Indentation issue
This commit is contained in:
parent
7aaf3aa57b
commit
f4671f4886
@ -16,8 +16,8 @@ try:
|
|||||||
if soc in device_compatible_str:
|
if soc in device_compatible_str:
|
||||||
is_available = True
|
is_available = True
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
is_available = False
|
is_available = False
|
||||||
except (FileNotFoundError, ImportError):
|
except (FileNotFoundError, ImportError):
|
||||||
is_available = False
|
is_available = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user