From 13e5db0637204b9164ed5cab4cef129505548407 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 7 Feb 2023 17:30:13 +0100 Subject: Python 2.x -> 3.x conversion --- bin/menus-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/menus-build.sh') diff --git a/bin/menus-build.sh b/bin/menus-build.sh index 0ac3a92..1a5c2a9 100755 --- a/bin/menus-build.sh +++ b/bin/menus-build.sh @@ -5,5 +5,5 @@ mkdir -p $DIRECTORY/players find $DIRECTORY -type d -not -name _\* | while read HTMLDIR do - python scripts/menus-compile.py $CONFIG_FILE $DIRECTORY $HTMLDIR > $HTMLDIR/.menu.html + python3 scripts/menus-compile.py $CONFIG_FILE $DIRECTORY $HTMLDIR > $HTMLDIR/.menu.html done -- cgit v1.2.3