Multichem commited on
Commit
7873711
·
verified ·
1 Parent(s): 02ac24b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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://www.fantasylife.dev.spotlightsportsb2b.com/api/projections/v1/nfl/dwain/season/update"
15
- dev_freedman_url = "https://www.fantasylife.dev.spotlightsportsb2b.com/api/projections/v1/nfl/freedman/season/update"
16
- dev_agg_url = "https://www.fantasylife.dev.spotlightsportsb2b.com/api/projections/v1/nfl/aggregate/season/update"
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',