🔊 Update rom to show name only
dl / lint (push) Failing after 1m3s Details
dl / docker (push) Has been skipped Details

This commit is contained in:
Michel Roux 2024-02-23 12:06:18 +01:00
parent 4fa859f737
commit 2c76ac3f66
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ for console in path.iterdir():
"ref" in metadata or "logo" in metadata
):
ref = metadata["ref"] if "ref" in metadata else id
print(f"Found {ref} for {rom}")
print(f"Found {ref} for {rom.name}")
metas[hash] = {"ref": ref}
break