This commit is contained in:
dolphinau 2025-11-23 22:45:36 +01:00
parent c529e3f6e9
commit da5a322a1d
No known key found for this signature in database

View file

@ -43,7 +43,7 @@ if __name__ == "__main__":
try:
players = json.loads(open(out_path).read())
except FileNotFoundError:
players = init(out_path)
players = init(conf_path, out_path)
@app.route("/<name>")
def get(name):