From 5cb6e83cd5cc31da9ad99878a6fc745fad9b0f75 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 1 Apr 2023 19:45:48 +0100 Subject: [PATCH] Specifiy Python3 in hashbang line --- app/musicmuster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/musicmuster.py b/app/musicmuster.py index a4a3124..44c5b34 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from log import log from os.path import basename