mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Aka: Fix database name.
This commit is contained in:
parent
bc19a9fc7f
commit
3fde279e50
@ -385,7 +385,8 @@ class Aka(callbacks.Plugin):
|
|||||||
def __init__(self, irc):
|
def __init__(self, irc):
|
||||||
self.__parent = super(Aka, self)
|
self.__parent = super(Aka, self)
|
||||||
self.__parent.__init__(irc)
|
self.__parent.__init__(irc)
|
||||||
filename = conf.supybot.directories.data.dirize('Aka')
|
# “sqlalchemy” is only for backward compatibility
|
||||||
|
filename = conf.supybot.directories.data.dirize('Aka.sqlalchemy.db')
|
||||||
self._db = AkaDB(filename)
|
self._db = AkaDB(filename)
|
||||||
|
|
||||||
def isCommandMethod(self, name):
|
def isCommandMethod(self, name):
|
||||||
|
Loading…
Reference in New Issue
Block a user