|
25 | 25 | SPORTS = [
|
26 | 26 | {
|
27 | 27 | "name": "NCAA Men's Basketball",
|
28 |
| - #pylint: disable=line-too-long |
| 28 | + # pylint: disable=line-too-long |
29 | 29 | "url": "http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/scoreboard",
|
30 | 30 | },
|
31 | 31 | {
|
32 | 32 | "name": "NCAA Wmn's Basketball",
|
33 |
| - #pylint: disable=line-too-long |
| 33 | + # pylint: disable=line-too-long |
34 | 34 | "url": "http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/scoreboard",
|
35 | 35 | },
|
36 | 36 | {
|
@@ -185,7 +185,7 @@ def update_labels():
|
185 | 185 |
|
186 | 186 | def fetch_sports_data(reset_game_number=True):
|
187 | 187 | # Fetches and parses data for all games for the current sport
|
188 |
| - #pylint: disable=global-statement |
| 188 | + # pylint: disable=global-statement |
189 | 189 | global sports_data, current_game, current_sport
|
190 | 190 | magtag.url = SPORTS[current_sport]["url"]
|
191 | 191 | sports_data.clear()
|
@@ -229,12 +229,12 @@ def fetch_sports_data(reset_game_number=True):
|
229 | 229 |
|
230 | 230 | # Broadcast Information
|
231 | 231 | magtag.add_text(
|
232 |
| - text_font="/fonts/Arial-Italic-12.bdf", text_position=(10, 100), is_data=False |
| 232 | + text_font="/fonts/Arial-Italic-12.bdf", text_position=(10, 98), is_data=False |
233 | 233 | )
|
234 | 234 |
|
235 | 235 | # Game Status
|
236 | 236 | magtag.add_text(
|
237 |
| - text_font="/fonts/Arial-Italic-12.bdf", text_position=(10, 120), is_data=False |
| 237 | + text_font="/fonts/Arial-Italic-12.bdf", text_position=(10, 116), is_data=False |
238 | 238 | )
|
239 | 239 |
|
240 | 240 | # Game Number
|
|
0 commit comments