mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Bad indent.
This commit is contained in:
parent
7ebfa3f3da
commit
e0f1538613
@ -59,7 +59,7 @@ class WordStats(callbacks.Privmsg, plugins.ChannelDBHandler):
|
||||
callbacks.Privmsg.die(self)
|
||||
plugins.ChannelDBHandler.die(self)
|
||||
|
||||
def makeDb(self, filename):
|
||||
def makeDb(self, filename):
|
||||
if os.path.exists(filename):
|
||||
db = sqlite.connect(filename)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user