Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ dwain_url = "https://www.fantasylife.com/api/projections/v1/nfl/dwain/season/upd
|
|
11 |
freedman_url = "https://www.fantasylife.com/api/projections/v1/nfl/freedman/season/update"
|
12 |
agg_url = "https://www.fantasylife.com/api/projections/v1/nfl/aggregate/season/update"
|
13 |
|
14 |
-
weekly_dwain_url = "https://www.fantasylife.com/api/projections/v1/nfl/
|
15 |
weekly_freedman_url = "https://www.fantasylife.com/api/projections/v1/nfl/freedman/game/update"
|
16 |
weekly_agg_url = "https://www.fantasylife.com/api/projections/v1/nfl/aggregate/game/update"
|
17 |
|
|
|
11 |
freedman_url = "https://www.fantasylife.com/api/projections/v1/nfl/freedman/season/update"
|
12 |
agg_url = "https://www.fantasylife.com/api/projections/v1/nfl/aggregate/season/update"
|
13 |
|
14 |
+
weekly_dwain_url = "https://www.fantasylife.com/api/projections/v1/nfl/dwain/game/update"
|
15 |
weekly_freedman_url = "https://www.fantasylife.com/api/projections/v1/nfl/freedman/game/update"
|
16 |
weekly_agg_url = "https://www.fantasylife.com/api/projections/v1/nfl/aggregate/game/update"
|
17 |
|