BraydenMoore commited on
Commit
4e138ed
1 Parent(s): ab1a96e

Update lines

Browse files
Files changed (2) hide show
  1. Templates/index.html +1 -0
  2. main.py +12 -12
Templates/index.html CHANGED
@@ -23,6 +23,7 @@
23
  color: #f2f2f2;
24
  margin-top: 40px;
25
  margin-bottom: 10px;
 
26
  }
27
  h2 {
28
  margin-top: 0px;
 
23
  color: #f2f2f2;
24
  margin-top: 40px;
25
  margin-bottom: 10px;
26
+ font-size: xxx-large;
27
  }
28
  h2 {
29
  margin-top: 0px;
main.py CHANGED
@@ -12,21 +12,21 @@ 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()
 
12
 
13
  # input the over/under lines here for quicker predictions!
14
  lines = [44.5,
15
+ 43,
16
+ 38,
17
+ 47,
 
 
 
 
 
 
18
  41.5,
19
+ 43.5,
20
+ 47.5,
21
+ 54.5,
22
+ 35,
23
+ 43,
24
  42.5,
25
+ 44,
26
+ 48.5,
27
  43.5,
28
+ 45,
29
+ 43.5]
30
 
31
  # get week, season
32
  week, season = predict.get_week()