From 03e1dd53a935bc89a437dc6a32b1cfed18f4f3d1 Mon Sep 17 00:00:00 2001 From: legitbox <84281752+legitbox@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:26:51 +0300 Subject: [PATCH] Update start.py the change to python3 from python, ussually thats how linux responds to python version that is 3 --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 6b39046..677e4f5 100644 --- a/start.py +++ b/start.py @@ -15,4 +15,4 @@ import subprocess -subprocess.call(['python', '-m', 'piemc']) +subprocess.call(['python3', '-m', 'piemc'])