Spaces:
Running
Running
Commit
·
65160a7
1
Parent(s):
9552c04
Unforce week 2
Browse files
main.py
CHANGED
@@ -30,7 +30,6 @@ lines = [49,
|
|
30 |
|
31 |
# get week, season
|
32 |
week, season = predict.get_week()
|
33 |
-
week = 2
|
34 |
|
35 |
app = Flask(__name__, template_folder="Templates", static_folder="Static", static_url_path="/Static")
|
36 |
app.secret_key = 'green-flounder'
|
|
|
30 |
|
31 |
# get week, season
|
32 |
week, season = predict.get_week()
|
|
|
33 |
|
34 |
app = Flask(__name__, template_folder="Templates", static_folder="Static", static_url_path="/Static")
|
35 |
app.secret_key = 'green-flounder'
|