Spaces:
Sleeping
Sleeping
OnlyBiggg commited on
Commit ·
7920547
1
Parent(s): 024703e
fux
Browse files- app/api/routes.py +0 -1
app/api/routes.py
CHANGED
|
@@ -223,7 +223,6 @@ async def booking_trip(request: Request) -> Response:
|
|
| 223 |
for trip in data:
|
| 224 |
if trip["route"] not in routes_name:
|
| 225 |
routes_name.append(trip["route"]["name"])
|
| 226 |
-
print(routes_name)
|
| 227 |
text = " | ".join(map(str, routes_name))
|
| 228 |
return DialogFlowResponseAPI(text=text)
|
| 229 |
|
|
|
|
| 223 |
for trip in data:
|
| 224 |
if trip["route"] not in routes_name:
|
| 225 |
routes_name.append(trip["route"]["name"])
|
|
|
|
| 226 |
text = " | ".join(map(str, routes_name))
|
| 227 |
return DialogFlowResponseAPI(text=text)
|
| 228 |
|