mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fixed a SyntaxError.
This commit is contained in:
parent
ef31ca7cab
commit
a6b0c7de66
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user