Make cheat system async
This commit is contained in:
@@ -26,6 +26,9 @@ class Sinks(util.Base):
|
||||
self.startup()
|
||||
self.log.debug("Finished initialising subclasses.")
|
||||
|
||||
def all_sinks_authenticated(self): # TODO: fix
|
||||
self.tx.setup_loops()
|
||||
|
||||
def startup(self):
|
||||
"""
|
||||
We NEED the other libraries, and we initialise fast, so don't make
|
||||
|
||||
@@ -56,6 +56,7 @@ class Nordigen(util.Base):
|
||||
# self.get_requisitions()
|
||||
d = self.get_all_account_info()
|
||||
d.addCallback(self.got_all_account_info)
|
||||
self.sinks.all_sinks_authenticated()
|
||||
|
||||
def got_all_account_info(self, account_infos):
|
||||
# Filter for added accounts since we only do that for TrueLayer
|
||||
|
||||
Reference in New Issue
Block a user