summarylogtreecommitdiffstats
path: root/pytrainer.sh
diff options
context:
space:
mode:
authorNarrat2020-01-12 00:15:24 +0100
committerNarrat2020-01-12 00:15:24 +0100
commit929fdc9f065cd8ea7aa97ef87aab1707e92c13d7 (patch)
treeb77c5aad4ce515bd7b52e120fb8ca5a7c94f3ebb /pytrainer.sh
parent646448c552b0d86e4ca7e4ba049987526b60ff57 (diff)
downloadaur-929fdc9f065cd8ea7aa97ef87aab1707e92c13d7.tar.gz
update to 2.0.1 + various
Switched from python2 to python3 and adjusted the deps according to the setup.py
Diffstat (limited to 'pytrainer.sh')
-rwxr-xr-xpytrainer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytrainer.sh b/pytrainer.sh
index 32cd360d5f2f..c3f926f1cdcd 100755
--- a/pytrainer.sh
+++ b/pytrainer.sh
@@ -9,4 +9,4 @@ wget -q -O ${HOME}/.pytrainer/tmp/cache/OpenLayers.js http://www.openlayers.org/
cd /usr/share/pytrainer
-exec python2 pytrainer "$@"
+exec python pytrainer "$@"