Spaces:
Sleeping
Sleeping
OnlyBiggg commited on
Commit ·
9069755
1
Parent(s): e96cccd
fix
Browse files- app/api/routes.py +1 -1
app/api/routes.py
CHANGED
|
@@ -336,7 +336,7 @@ async def time_trip(request: Request) -> Response:
|
|
| 336 |
{
|
| 337 |
"type": "chips",
|
| 338 |
"options": [
|
| 339 |
-
{"text": time} for i, time in enumerate(time_list) if i <
|
| 340 |
]
|
| 341 |
}
|
| 342 |
]
|
|
|
|
| 336 |
{
|
| 337 |
"type": "chips",
|
| 338 |
"options": [
|
| 339 |
+
{"text": time} for i, time in enumerate(time_list) if i < 4
|
| 340 |
]
|
| 341 |
}
|
| 342 |
]
|