update to python 3

This commit is contained in:
Jakob Ketterl
2019-06-20 14:46:04 +02:00
parent 72bf698d95
commit a8b2e21a5a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ _term() {
trap _term SIGTERM SIGINT
python2.7 openwebrx.py $@ &
python3 openwebrx.py $@ &
child=$!
wait "$child"