Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
logic error in recursion
Browse files- chat_application/main.py +1 -1
chat_application/main.py
CHANGED
|
@@ -379,7 +379,7 @@ def ask_bot(room_id, bot, bot_display_name, initial_prompt, instruct_prompt , wa
|
|
| 379 |
)
|
| 380 |
return True
|
| 381 |
|
| 382 |
-
ask_bot(room_id, bot, bot_display_name, initial_prompt, instruct_prompt , wait_time = wait_time)
|
| 383 |
|
| 384 |
|
| 385 |
except Exception as e:
|
|
|
|
| 379 |
)
|
| 380 |
return True
|
| 381 |
|
| 382 |
+
return ask_bot(room_id, bot, bot_display_name, initial_prompt, instruct_prompt , wait_time = wait_time)
|
| 383 |
|
| 384 |
|
| 385 |
except Exception as e:
|