Additional debugging in sinks
This commit is contained in:
parent
8093835857
commit
ba0b7e03fa
|
@ -22,7 +22,9 @@ class Sinks(util.Base):
|
|||
self.currencies = []
|
||||
|
||||
def __irc_started__(self):
|
||||
self.log.debug("IRC hook called.")
|
||||
self.startup()
|
||||
self.log.debug("Finished initialising subclasses.")
|
||||
|
||||
def startup(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue