Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
38f3779
1
Parent(s):
85a28f2
fix
Browse files
app/dialogflow/api/v1/dialogflow.py
CHANGED
|
@@ -288,6 +288,7 @@ async def booking_trip(request: Request) -> Response:
|
|
| 288 |
print(route_ids)
|
| 289 |
try:
|
| 290 |
data = await dialog_service.search_trip(from_time, to_time, route_ids, ticket_count)
|
|
|
|
| 291 |
total = len(data)
|
| 292 |
if total > 0:
|
| 293 |
trips = []
|
|
|
|
| 288 |
print(route_ids)
|
| 289 |
try:
|
| 290 |
data = await dialog_service.search_trip(from_time, to_time, route_ids, ticket_count)
|
| 291 |
+
print(data)
|
| 292 |
total = len(data)
|
| 293 |
if total > 0:
|
| 294 |
trips = []
|