💚 Fix concatenation
dl / lint (push) Successful in 1m3s Details
dl / docker (push) Has been cancelled Details

This commit is contained in:
Michel Roux 2024-02-23 01:37:08 +01:00
parent 9592a42719
commit 6a62c4f179
1 changed files with 3 additions and 1 deletions

View File

@ -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