feat: unbuffer the output

This commit is contained in:
2025-11-20 13:28:36 +01:00
parent 6495e546db
commit e0f2ad51e5

View File

@ -20,7 +20,7 @@ fi
# Activate the virtual environment
source $VENV_PATH/bin/activate
python3 $SCRIPT_DIR/alakazam.py "$@"
python3 -u $SCRIPT_DIR/alakazam.py "$@"
py_exit=$?
deactivate
exit "$py_exit"