Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,9 @@ weekly_dwain_url = "https://www.fantasylife.com/api/projections/v1/nfl/james/gam
|
|
11 |
weekly_freedman_url = "https://www.fantasylife.com/api/projections/v1/nfl/freedman/game/update"
|
12 |
weekly_agg_url = "https://www.fantasylife.com/api/projections/v1/nfl/aggregate/game/update"
|
13 |
|
14 |
-
dev_dwain_url = "https://
|
15 |
-
dev_freedman_url = "https://
|
16 |
-
dev_agg_url = "https://
|
17 |
|
18 |
headers = {
|
19 |
'Authorization': 'Bearer 6984da1f-2c81-4140-8206-d018af38533f',
|
|
|
11 |
weekly_freedman_url = "https://www.fantasylife.com/api/projections/v1/nfl/freedman/game/update"
|
12 |
weekly_agg_url = "https://www.fantasylife.com/api/projections/v1/nfl/aggregate/game/update"
|
13 |
|
14 |
+
dev_dwain_url = "https://fantasylife.dev.spotlightsportsb2b.com/api/projections/v1/nfl/dwain/season/update"
|
15 |
+
dev_freedman_url = "https://fantasylife.dev.spotlightsportsb2b.com/api/projections/v1/nfl/freedman/season/update"
|
16 |
+
dev_agg_url = "https://fantasylife.dev.spotlightsportsb2b.com/api/projections/v1/nfl/aggregate/season/update"
|
17 |
|
18 |
headers = {
|
19 |
'Authorization': 'Bearer 6984da1f-2c81-4140-8206-d018af38533f',
|