Spaces:
Running
Running
Commit
·
723a5b0
1
Parent(s):
65160a7
Update lines
Browse files
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 = [
|
15 |
-
40.5,
|
16 |
-
47,
|
17 |
-
46,
|
18 |
-
47,
|
19 |
-
39.5,
|
20 |
-
51.5,
|
21 |
-
41,
|
22 |
45.5,
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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()
|