should fix log printing problems
This commit is contained in:
parent
238f1e0951
commit
3b5ec5f879
|
@ -105,4 +105,4 @@ def log(bot, input):
|
||||||
fd = get_log_fd(bot.persist_dir, input.server, input.chan)
|
fd = get_log_fd(bot.persist_dir, input.server, input.chan)
|
||||||
fd.write(timestamp + ' ' + beau + '\n')
|
fd.write(timestamp + ' ' + beau + '\n')
|
||||||
|
|
||||||
print u'%s %s %s' % (timestamp, input.chan, beau)
|
print timestamp, input.chan, beau
|
||||||
|
|
Loading…
Reference in New Issue