fixed logging and added default number

This commit is contained in:
2026-06-26 19:58:21 +01:00
parent bff05b9ecf
commit c0895e268f
3 changed files with 20 additions and 13 deletions

View File

@@ -24,7 +24,7 @@
# 2. Create a wrapper script that runs your python file with the correct PATH
runScript = pkgs.writeShellScriptBin "run-python-script" ''
export PATH="${pkgs.exiftool}/bin:$PATH"
export PATH="${pkgs.exiftool}/bin:${pkgs.ffmpeg}/bin:$PATH"
exec ${myPython}/bin/python ./translate.py "$@"
'';
in