refactor: Move getTicker() to coin interface.

This commit is contained in:
tecnovert
2021-02-16 01:20:24 +02:00
parent 6516c6d138
commit a5dcd9f77d
6 changed files with 13 additions and 17 deletions

View File

@@ -14,7 +14,6 @@ class Explorer():
self.coin_type = coin_type
self.base_url = base_url
self.log = self.swapclient.log
self.coin_settings = self.swapclient.coin_clients[self.coin_type]
def readURL(self, url):
self.log.debug('Explorer url: {}'.format(url))