This commit is contained in:
parent
ef5cdab883
commit
b5e52591dd
2
V4.py
2
V4.py
|
@ -72,7 +72,7 @@ if IsLinux:
|
||||||
else:
|
else:
|
||||||
system("") # enable colors in cmd
|
system("") # enable colors in cmd
|
||||||
|
|
||||||
config_path = f"{path.abspath( os.path.dirname( __file__ ) )}/config"
|
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 comfigurations
|
||||||
|
|
Loading…
Reference in New Issue