1
0

handle plugin dependency

This commit is contained in:
ThomasV
2013-10-16 14:11:28 +02:00
parent 294ac1f711
commit d70087a0f5
2 changed files with 10 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ class Plugin(BasePlugin):
# Do price discovery
self.exchanger = Exchanger(self)
self.exchanger.start()
self.gui.exchanger = self.exchanger #
def set_currencies(self, quote_currencies):
self.currencies = sorted(quote_currencies.keys())