From 6a62c4f179cb08b5346860986639680c27daf9f8 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 23 Feb 2024 01:37:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20concatenation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/retro.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/retro.py b/commands/retro.py index f99ce2c..93eb591 100644 --- a/commands/retro.py +++ b/commands/retro.py @@ -37,7 +37,9 @@ for console in path.iterdir(): # download metadata metadatas = get( - f"https://raw.githubusercontent.com/linuxserver/emulatorjs/master/metadata/{console.name}.json" + "https://raw.githubusercontent.com/linuxserver/emulatorjs/master/metadata/" + + console.name + + ".json" ).json() # loop over roms without hashes