mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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
|
msgs, parts, quits, smileys, topics, words
|
||||||
FROM channel_stats""")
|
FROM channel_stats""")
|
||||||
fd.write('%s,channelStats,%s' % \
|
fd.write('%s,channelStats,%s' % \
|
||||||
(channel, ','join(map(str, cursor.fetchone()))))
|
(channel, ','.join(map(str, cursor.fetchone()))))
|
||||||
fd.write(os.linesep)
|
fd.write(os.linesep)
|
||||||
cursor.execute("""SELECT user_id, kicked, actions, chars, frowns,
|
cursor.execute("""SELECT user_id, kicked, actions, chars, frowns,
|
||||||
joins, kicks, modes, msgs, parts, quits,
|
joins, kicks, modes, msgs, parts, quits,
|
||||||
|
Loading…
Reference in New Issue
Block a user