Skip to content

Commit d42df57

Browse files
committed
text = str(n['message']['text'])
1 parent 1b0cfa1 commit d42df57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ def response(self):
14711471
for n in self.message['events']:
14721472
if 'text' in n['message']:
14731473
speaker = n['message']['speaker_id']
1474-
text = n['message']['text']
1474+
text = str(n['message']['text'])
14751475

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

0 commit comments

Comments
 (0)