BraydenMoore commited on
Commit
1b8c7c8
·
1 Parent(s): 4ce7e58

Force week 2

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -30,6 +30,7 @@ lines = [49,
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'
 
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'