Skip to content

Commit

Permalink
text = str(n['message']['text'])
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 18, 2024
1 parent 1b0cfa1 commit d42df57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sun.py
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ def response(self):
for n in self.message['events']:
if 'text' in n['message']:
speaker = n['message']['speaker_id']
text = n['message']['text']
text = str(n['message']['text'])

dic = copy.copy(self.dic_base)
if n['message']['room'] in bridged_channel_list:
Expand Down

0 comments on commit d42df57

Please sign in to comment.