Skip to content

Commit

Permalink
Update InMoov2Config.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 10, 2023
1 parent 7546b52 commit 7c17176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public Plan getDefault(Plan plan, String name) {
ServoMixerConfig servoMixer = (ServoMixerConfig) plan.get(getPeerName("servoMixer"));
servoMixer.listeners = new ArrayList<>();
servoMixer.listeners.add(new Listener("publishText", name + ".mouth", "onText"));
servoMixer.listeners.add(new Listener("publishText", name + ".chatBot","publishText"));
//servoMixer.listeners.add(new Listener("publishText", name + ".chatBot", "onText"));

// == Peer - ear =============================
// setup name references to different services
Expand Down

0 comments on commit 7c17176

Please sign in to comment.