diff --git a/commands/retro.py b/commands/retro.py index 8c3b571..c5ab9e9 100644 --- a/commands/retro.py +++ b/commands/retro.py @@ -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