diff --git a/tools/channeldbConvert.py b/tools/channeldbConvert.py index 11000d103..cbd832a6f 100755 --- a/tools/channeldbConvert.py +++ b/tools/channeldbConvert.py @@ -57,7 +57,7 @@ if __name__ == '__main__': msgs, parts, quits, smileys, topics, words FROM channel_stats""") fd.write('%s,channelStats,%s' % \ - (channel, ','join(map(str, cursor.fetchone())))) + (channel, ','.join(map(str, cursor.fetchone())))) fd.write(os.linesep) cursor.execute("""SELECT user_id, kicked, actions, chars, frowns, joins, kicks, modes, msgs, parts, quits,