Python 3 Start
This commit is contained in:
parent
9f029c8ceb
commit
141fe8d80c
67 changed files with 264 additions and 274 deletions
|
@ -111,6 +111,6 @@ def log(paraml, input=None, bot=None):
|
|||
fd = get_log_fd(bot.data_dir, input.server, input.chan)
|
||||
fd.write(timestamp + ' ' + beau + '\n')
|
||||
|
||||
out = "{} {} {}".format(timestamp, input.chan, beau.encode('utf8', 'ignore'))
|
||||
out = "{} {} {}".format(timestamp, input.chan, beau)
|
||||
|
||||
bot.logger.debug(out)
|
||||
|
|
Reference in a new issue