1
0

fix --offline option for fx and trustedcoin

This commit is contained in:
SomberNight
2018-09-08 17:56:29 +02:00
parent 57e66324cb
commit 4a88ca1a3a
2 changed files with 7 additions and 3 deletions

View File

@@ -436,7 +436,8 @@ class FxThread(ThreadJob):
def __init__(self, config, network):
self.config = config
self.network = network
self.network.register_callback(self.set_proxy, ['proxy_set'])
if self.network:
self.network.register_callback(self.set_proxy, ['proxy_set'])
self.ccy = self.get_currency()
self.history_used_spot = False
self.ccy_combo = None