Remove the encode() in core
This commit is contained in:
parent
f2ab674906
commit
0c1bf23961
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class RtmBot(object):
|
|||
if limiter:
|
||||
time.sleep(.1)
|
||||
limiter = False
|
||||
message = output[1].encode('ascii', 'ignore')
|
||||
message = output[1]
|
||||
channel.send_message("{}".format(message))
|
||||
limiter = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue