forgot to update config path for moved file
This commit is contained in:
parent
24fb3c94ca
commit
af956d09d1
@ -10,7 +10,7 @@ from post import Post
|
|||||||
|
|
||||||
app = flask.Flask(__name__, static_url_path='', static_folder='static')
|
app = flask.Flask(__name__, static_url_path='', static_folder='static')
|
||||||
|
|
||||||
CONFIG_PATH = "../config.ini"
|
CONFIG_PATH = "./config.ini"
|
||||||
config = configparser.ConfigParser()
|
config = configparser.ConfigParser()
|
||||||
config.read(CONFIG_PATH)
|
config.read(CONFIG_PATH)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user