mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix-up prev
This commit is contained in:
parent
a9c13d6641
commit
4374b809fa
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class BlockchainInfo(ExchangeBase):
|
|||
class Bylls(ExchangeBase):
|
||||
|
||||
async def get_rates(self, ccy):
|
||||
json = await self.get_json('bylls.com', 'api/price?from_currency=BTC&to_currency=CAD')
|
||||
json = await self.get_json('bylls.com', '/api/price?from_currency=BTC&to_currency=CAD')
|
||||
return {'CAD': Decimal(json['public_price']['to_price'])}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue