BraydenMoore commited on
Commit
ec19646
·
1 Parent(s): 87996af

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +13 -13
main.py CHANGED
@@ -13,22 +13,22 @@ with open('Source/Data/record.json','r') as f:
13
  record = json.load(f)
14
 
15
  # input the over/under lines here for quicker predictions!
16
- lines = [44.5,
17
- 43,
18
- 38,
19
- 47,
20
- 41.5,
21
- 43.5,
22
- 47.5,
23
- 54.5,
24
- 35,
25
  43,
 
 
 
 
26
  42.5,
27
- 44,
28
- 48.5,
29
  43.5,
30
- 45,
31
- 43.5]
 
 
 
 
32
 
33
  # get week, season
34
  week, season = predict.get_week()
 
13
  record = json.load(f)
14
 
15
  # input the over/under lines here for quicker predictions!
16
+ lines = [45.5,
 
 
 
 
 
 
 
 
17
  43,
18
+ 53.5,
19
+ 45.5,
20
+ 46,
21
+ 41,
22
  42.5,
23
+ 46.5,
24
+ 40.5,
25
  43.5,
26
+ 41,
27
+ 48,
28
+ 43,
29
+ 44.5,
30
+ 41.5,
31
+ 47]
32
 
33
  # get week, season
34
  week, season = predict.get_week()