ofc not
This commit is contained in:
parent
fd7feebca5
commit
950f8835c3
6
V4.py
6
V4.py
|
@ -61,10 +61,8 @@ if CUSTOM_START :
|
||||||
#logfile = open(logpath, "w")
|
#logfile = open(logpath, "w")
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
gloabal variables used later in the code
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
# gloabal variables used later in the code
|
||||||
LINUX_HOST = platform == "linux" # if the computer running this programm is linux, it allow more things
|
LINUX_HOST = platform == "linux" # if the computer running this programm is linux, it allow more things
|
||||||
START_TIME = time()
|
START_TIME = time()
|
||||||
|
|
||||||
|
@ -82,7 +80,7 @@ config_path = f"{path.abspath( path.dirname( __file__ ) )}/config"
|
||||||
config = configparser.ConfigParser()
|
config = configparser.ConfigParser()
|
||||||
config.read(config_path)
|
config.read(config_path)
|
||||||
|
|
||||||
# path comfigurations
|
# path configurations
|
||||||
MotPath = config["PATH"]["motpath"]
|
MotPath = config["PATH"]["motpath"]
|
||||||
CREDENTIALS_PATH = config["PATH"]["logpath"]
|
CREDENTIALS_PATH = config["PATH"]["logpath"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue