Try 45 minute min connection time.

This commit is contained in:
Edward Betts 2026-04-04 10:43:31 +01:00
parent 6b044b9493
commit df94e822ae

2
app.py
View file

@ -33,7 +33,7 @@ def index():
return render_template('index.html', destinations=DESTINATIONS, today=today)
VALID_MIN_CONNECTIONS = {50, 60, 70, 80, 90, 100, 110, 120}
VALID_MIN_CONNECTIONS = {45, 50, 60, 70, 80, 90, 100, 110, 120}
VALID_MAX_CONNECTIONS = {60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180}