scan when empty platform fixed
5
.gitignore
vendored
@@ -37,4 +37,7 @@ __pycache__
|
||||
envs.env
|
||||
|
||||
# database
|
||||
mariadb
|
||||
mariadb
|
||||
|
||||
# data test
|
||||
emulation
|
||||
@@ -162,7 +162,7 @@ def get_roms(p_slug: str) -> list:
|
||||
log.info(f"filesystem roms found for {p_slug}: {roms}")
|
||||
except IndexError:
|
||||
log.warning(f"roms not found for {p_slug}")
|
||||
pass
|
||||
roms: list[dict] = []
|
||||
return roms
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.5 KiB |