diff --git a/app.py b/app.py index 5cd7044..cdc223e 100644 --- a/app.py +++ b/app.py @@ -1646,6 +1646,8 @@ def loop_through_steps_until_question( }, room=room_name, ) + # Return to activity chooser + socketio.emit("activity_status", {"active": False}, room=room_name) break