diff --git a/play_ambe.py b/play_ambe.py index 69ff668..b977629 100755 --- a/play_ambe.py +++ b/play_ambe.py @@ -95,7 +95,7 @@ class HBP(HBSYSTEM): print(int_id(_stream_id), int_id(self.last_stream)) self.last_stream = _stream_id - feedback = Thread(target=self.play_voice(bytes_3(3120102), bytes_3(2), bytes_4(3120119), 0, [words, ['kansas_link'], words['connected']])) + feedback = Thread(target=self.play_voice(bytes_3(3120102), bytes_3(2), bytes_4(3120119), 0, [words['connected']])) feedback.start()