Additional debugging in sinks

This commit is contained in:
Mark Veidemanis 2022-05-02 16:32:19 +01:00
parent 8093835857
commit ba0b7e03fa
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 2 additions and 0 deletions

View File

@ -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):
"""