fix: creates data folder

This commit is contained in:
2024-02-19 01:29:34 -05:00
parent e645cb2b08
commit 148bdaefc4
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from flask import render_template, jsonify
from app.scoreboard.process_data import extract_game_info
import json
SCOREBOARD_DATA_FILE = 'scoreboard_data.json'
SCOREBOARD_DATA_FILE = 'app/data/scoreboard_data.json'
@app.route('/')
def index():