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:
|
if limiter:
|
||||||
time.sleep(.1)
|
time.sleep(.1)
|
||||||
limiter = False
|
limiter = False
|
||||||
message = output[1].encode('ascii', 'ignore')
|
message = output[1]
|
||||||
channel.send_message("{}".format(message))
|
channel.send_message("{}".format(message))
|
||||||
limiter = True
|
limiter = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue