From 994302d28da990746e101fc0e8c23f8aa47444fc Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Fri, 30 Dec 2022 16:02:48 +0100 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 6dc11c5..b81515d 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -#/usr/bin/python3 +#/usr/bin/python3.10 import configparser import os @@ -162,4 +162,4 @@ LogPath = config["PATH"]["logpath"] if LogPath == "/your/path/to/loginandpass.csv" : setup() else : - os.system("python3.10 V4.py") + os.system("python3 V4.py")