fix indentation

This commit is contained in:
Nicolas Coevoet 2014-11-08 14:47:29 +01:00
parent 72723e6dbc
commit 86922dba86

View File

@ -1601,7 +1601,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
def vacuum (self,irc,msg,args):
"""VACUUM the database"""
db = self.getDb(irc.network)
c = db.cursor()
c = db.cursor()
c.execute('VACUUM')
c.close()
irc.replySuccess()