⚡️ Don't delete old hashes
This commit is contained in:
parent
480276c316
commit
fcce48de5a
@ -22,7 +22,7 @@ for console in path.iterdir():
|
|||||||
and list(Path(console / "roms").iterdir())
|
and list(Path(console / "roms").iterdir())
|
||||||
):
|
):
|
||||||
# run has_files
|
# run has_files
|
||||||
run(["has_files.sh", f"{console.name}/roms", console.name, "true", path])
|
run(["has_files.sh", f"{console.name}/roms", console.name, "false", path])
|
||||||
|
|
||||||
# download metadata
|
# download metadata
|
||||||
metadatas = get(
|
metadatas = get(
|
||||||
|
Loading…
Reference in New Issue
Block a user