From 2c76ac3f6608d320a18354743ce54f90a4089244 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 23 Feb 2024 12:06:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20Update=20rom=20to=20show=20name?= =?UTF-8?q?=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/retro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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