Try 45 minute min connection time.
This commit is contained in:
parent
6b044b9493
commit
df94e822ae
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -33,7 +33,7 @@ def index():
|
||||||
return render_template('index.html', destinations=DESTINATIONS, today=today)
|
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}
|
VALID_MAX_CONNECTIONS = {60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue