🐛 Fix has_files (add .sh)
This commit is contained in:
parent
6a62c4f179
commit
393f71a72e
@ -33,7 +33,7 @@ for console in path.iterdir():
|
||||
video.unlink()
|
||||
|
||||
# run has_files
|
||||
run(["has_files", console.name, console.name, "true", path])
|
||||
run(["has_files.sh", console.name, console.name, "true", path])
|
||||
|
||||
# download metadata
|
||||
metadatas = get(
|
||||
|
Loading…
Reference in New Issue
Block a user