Fix init
This commit is contained in:
parent
c529e3f6e9
commit
da5a322a1d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ if __name__ == "__main__":
|
||||||
try:
|
try:
|
||||||
players = json.loads(open(out_path).read())
|
players = json.loads(open(out_path).read())
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
players = init(out_path)
|
players = init(conf_path, out_path)
|
||||||
|
|
||||||
@app.route("/<name>")
|
@app.route("/<name>")
|
||||||
def get(name):
|
def get(name):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue