mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 13:01:06 -05:00
fix indentation
This commit is contained in:
parent
72723e6dbc
commit
86922dba86
@ -1601,7 +1601,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
|
|||||||
def vacuum (self,irc,msg,args):
|
def vacuum (self,irc,msg,args):
|
||||||
"""VACUUM the database"""
|
"""VACUUM the database"""
|
||||||
db = self.getDb(irc.network)
|
db = self.getDb(irc.network)
|
||||||
c = db.cursor()
|
c = db.cursor()
|
||||||
c.execute('VACUUM')
|
c.execute('VACUUM')
|
||||||
c.close()
|
c.close()
|
||||||
irc.replySuccess()
|
irc.replySuccess()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user