1
0

separate Network and Plugins

This commit is contained in:
ThomasV
2015-12-03 11:18:10 +01:00
parent f651742f86
commit 74a9e2296c
4 changed files with 24 additions and 27 deletions

View File

@@ -265,7 +265,7 @@ class FxPlugin(BasePlugin, ThreadJob):
return [self]
def run(self):
# This runs from the network thread which catches exceptions
# This runs from the plugins thread which catches exceptions
if self.timeout <= time.time():
self.timeout = time.time() + 150
self.exchange.update(self.ccy)