Update main.py

This commit is contained in:
piair338 2022-12-30 16:02:48 +01:00 committed by GitHub
parent 4723049615
commit 994302d28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")