1
0

Removed dead exchange.

This commit is contained in:
ldz1
2019-07-21 13:15:06 +02:00
committed by GitHub
parent 7dda20c492
commit d17489e971

View File

@@ -190,13 +190,6 @@ class BitFlyer(ExchangeBase):
return {'JPY': Decimal(json['mid'])}
class Bitmarket(ExchangeBase):
async def get_rates(self, ccy):
json = await self.get_json('www.bitmarket.pl', '/json/BTCPLN/ticker.json')
return {'PLN': Decimal(json['last'])}
class BitPay(ExchangeBase):
async def get_rates(self, ccy):