This commit is contained in:
2026-08-02 00:30:20 -04:00
parent edbb643c1f
commit 837f11fab7
+7 -1
View File
@@ -7,7 +7,13 @@ from vars import PANEL_HEIGHT, PANEL_WIDTH, GAME_WIDTH, DIVIDER_COLOR, Colors, f
games = [] games = []
last_fetch = 0 last_fetch = 0
preferred_games = [] preferred_games = []
preferred_teams = [] preferred_teams = [
("BUF", "nfl"),
("BUF", "nhl"),
("TOR", "mlb"),
("LAL", "nba"),
("NYY", "mlb")
]
scroll_x = 0 scroll_x = 0
scroll_speed = 1 scroll_speed = 1