mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
enable leaderboard for testing
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
"start_time": "07:00",
|
"start_time": "07:00",
|
||||||
"end_time": "23:00"
|
"end_time": "23:00"
|
||||||
},
|
},
|
||||||
"timezone": "America/Chicago",
|
"timezone": "America/New_York",
|
||||||
"location": {
|
"location": {
|
||||||
"city": "Dallas",
|
"city": "Tampa",
|
||||||
"state": "Texas",
|
"state": "Florida",
|
||||||
"country": "US"
|
"country": "US"
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
@@ -154,10 +154,10 @@
|
|||||||
"duration_buffer": 0.1
|
"duration_buffer": 0.1
|
||||||
},
|
},
|
||||||
"leaderboard": {
|
"leaderboard": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"enabled_sports": {
|
"enabled_sports": {
|
||||||
"nfl": {
|
"nfl": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"top_teams": 10
|
"top_teams": 10
|
||||||
},
|
},
|
||||||
"nba": {
|
"nba": {
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
"top_teams": 10
|
"top_teams": 10
|
||||||
},
|
},
|
||||||
"ncaa_fb": {
|
"ncaa_fb": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"top_teams": 25
|
"top_teams": 25
|
||||||
},
|
},
|
||||||
"nhl": {
|
"nhl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user