BraydenMoore commited on
Commit
723a5b0
·
1 Parent(s): 65160a7

Update lines

Browse files
Files changed (1) hide show
  1. main.py +15 -15
main.py CHANGED
@@ -11,22 +11,22 @@ import os
11
  import json
12
 
13
  # input the over/under lines here for quicker predictions!
14
- lines = [49,
15
- 40.5,
16
- 47,
17
- 46,
18
- 47,
19
- 39.5,
20
- 51.5,
21
- 41,
22
  45.5,
23
- 40,
24
- 44.5,
25
- 38,
26
- 39,
27
- 46,
28
- 39.5,
29
- 38]
 
 
 
 
 
 
 
30
 
31
  # get week, season
32
  week, season = predict.get_week()
 
11
  import json
12
 
13
  # input the over/under lines here for quicker predictions!
14
+ lines = [44.5,
 
 
 
 
 
 
 
15
  45.5,
16
+ 38.5,
17
+ 46.5,
18
+ 42,
19
+ 44,
20
+ 48,
21
+ 54,
22
+ 37,
23
+ 44,
24
+ 41.5,
25
+ 42.5,
26
+ 48,
27
+ 43.5,
28
+ 45.5,
29
+ 44]
30
 
31
  # get week, season
32
  week, season = predict.get_week()