hotfix: process_data.py fix incorrect database ref

This commit is contained in:
2024-02-19 13:13:29 -05:00
parent 975ac4d4ec
commit 7b5bde447a
2 changed files with 2 additions and 1 deletions

View File

@@ -122,7 +122,7 @@ def calculate_game_priority(game):
return final_priority
def get_team_standings(team_name):
conn = sqlite3.connect("nhl_standings.db")
conn = sqlite3.connect("app/data/nhl_standings.db")
cursor = conn.cursor()
cursor.execute("""
SELECT league_sequence, league_l10_sequence