Skip to content

Commit

Permalink
add -u to python
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokolt committed May 7, 2024
1 parent 3ff8446 commit 50d2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/speech2text
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ done
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

# Submit
python3 ${SCRIPT_DIR}/../src/submit.py $1
python3 -u ${SCRIPT_DIR}/../src/submit.py $1



Expand Down

0 comments on commit 50d2f5d

Please sign in to comment.