plugins: on_close method
This commit is contained in:
@@ -288,7 +288,6 @@ class FxPlugin(BasePlugin, ThreadJob):
|
||||
def show_history(self):
|
||||
return self.config_history() and self.exchange.history_ccys()
|
||||
|
||||
|
||||
def set_exchange(self, name):
|
||||
class_ = self.exchanges.get(name) or self.exchanges.values()[0]
|
||||
name = class_.__name__
|
||||
|
||||
Reference in New Issue
Block a user