Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d89d674b2a | |||
| 7b5bde447a |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
|||||||
/__pycache__
|
/__pycache__
|
||||||
/app/__pycache__
|
/app/__pycache__
|
||||||
/app/scoreboard/__pycache__
|
/app/scoreboard/__pycache__
|
||||||
|
nhl_standings.db
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ def calculate_game_priority(game):
|
|||||||
return final_priority
|
return final_priority
|
||||||
|
|
||||||
def get_team_standings(team_name):
|
def get_team_standings(team_name):
|
||||||
conn = sqlite3.connect("nhl_standings.db")
|
conn = sqlite3.connect("app/data/nhl_standings.db")
|
||||||
cursor = conn.cursor()
|
cursor = conn.cursor()
|
||||||
cursor.execute("""
|
cursor.execute("""
|
||||||
SELECT league_sequence, league_l10_sequence
|
SELECT league_sequence, league_l10_sequence
|
||||||
|
|||||||
Reference in New Issue
Block a user