Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
a8c5cf5
1
Parent(s):
a86ae5d
fix
Browse files
app/dialogflow/api/v1/dialogflow.py
CHANGED
|
@@ -337,6 +337,7 @@ async def is_valid_select_time(request: Request) -> Response:
|
|
| 337 |
|
| 338 |
if time is not None:
|
| 339 |
time = format_time(time)
|
|
|
|
| 340 |
for time in time_list:
|
| 341 |
if time == time["time"]:
|
| 342 |
id = int(time["id"])
|
|
|
|
| 337 |
|
| 338 |
if time is not None:
|
| 339 |
time = format_time(time)
|
| 340 |
+
print(time)
|
| 341 |
for time in time_list:
|
| 342 |
if time == time["time"]:
|
| 343 |
id = int(time["id"])
|