Multichem commited on
Commit
0b8948c
·
verified ·
1 Parent(s): 84a832c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/james/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
 
 
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