mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Changed the order of __init__s (yeah, I'm a dork).
This commit is contained in:
parent
6eacfb6c26
commit
5045894dcc
@ -58,8 +58,8 @@ frownre = re.compile('|'.join(map(re.escape, frowns)))
|
|||||||
|
|
||||||
class ChannelStats(callbacks.Privmsg, ChannelDBHandler):
|
class ChannelStats(callbacks.Privmsg, ChannelDBHandler):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
callbacks.Privmsg.__init__(self)
|
|
||||||
ChannelDBHandler.__init__(self)
|
ChannelDBHandler.__init__(self)
|
||||||
|
callbacks.Privmsg.__init__(self)
|
||||||
|
|
||||||
def makeDb(self, filename):
|
def makeDb(self, filename):
|
||||||
if os.path.exists(filename):
|
if os.path.exists(filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user