diff --git a/plugins/network/ath9k_ b/plugins/network/ath9k_ index 81229123..7c20207c 100755 --- a/plugins/network/ath9k_ +++ b/plugins/network/ath9k_ @@ -11,7 +11,6 @@ # # # This plugin works with the following python interpreters: -# * Python 2 # * Python 3 # * micropython # @@ -51,7 +50,7 @@ if which micropython >/dev/null; then /usr/bin/micropython "$0" "$@" else - python "$0" "$@" + python3 "$0" "$@" fi exit $? """