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