This commit is contained in:
piair338 2022-10-16 12:11:06 +00:00
parent 65f2705726
commit 677b80f521
2 changed files with 2 additions and 2 deletions

2
V4.py
View File

@ -75,7 +75,7 @@ else:
system("") # enable colors in windows cmd
#reading configuration
config_path = f"{path.abspath( path.dirname( __file__ ) )}/config"
config_path = f"{path.abspath( path.dirname( __file__ ) )}/config.cfg"
config = configparser.ConfigParser()
config.read(config_path)

View File

@ -3,7 +3,7 @@
import configparser
import os
print
config_path = f"{os.path.abspath( os.path.dirname( __file__ ) )}/config"
config_path = f"{os.path.abspath( os.path.dirname( __file__ ) )}/config.cfg"
config = configparser.ConfigParser()
config.read(config_path)