💚 Fix concatenation
This commit is contained in:
parent
9592a42719
commit
6a62c4f179
@ -37,7 +37,9 @@ for console in path.iterdir():
|
|||||||
|
|
||||||
# download metadata
|
# download metadata
|
||||||
metadatas = get(
|
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()
|
).json()
|
||||||
|
|
||||||
# loop over roms without hashes
|
# loop over roms without hashes
|
||||||
|
Loading…
Reference in New Issue
Block a user