💚 Fix concatenation
This commit is contained in:
parent
9592a42719
commit
6a62c4f179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user