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