forgot to update config path for moved file

This commit is contained in:
0x01fe 2024-03-14 13:16:56 -05:00
parent 24fb3c94ca
commit af956d09d1

View File

@ -10,7 +10,7 @@ from post import Post
app = flask.Flask(__name__, static_url_path='', static_folder='static')
CONFIG_PATH = "../config.ini"
CONFIG_PATH = "./config.ini"
config = configparser.ConfigParser()
config.read(CONFIG_PATH)