️ Don't delete old hashes
All checks were successful
dl / lint (push) Successful in 1m37s
dl / docker (push) Successful in 56s

This commit is contained in:
Michel Roux 2024-02-24 23:01:37 +01:00
parent 480276c316
commit fcce48de5a

View File

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