oops :o
This commit is contained in:
parent
d3b01bcf97
commit
bbd2c65338
|
@ -41,7 +41,7 @@ class Coins(Plugin):
|
||||||
"""
|
"""
|
||||||
return self.cryptowat_summary('xmr', 'bitfinex', args)
|
return self.cryptowat_summary('xmr', 'bitfinex', args)
|
||||||
|
|
||||||
def cryptowat_summary(self, crypto: str, market: market, args: Dict):
|
def cryptowat_summary(self, crypto: str, market: str, args: Dict):
|
||||||
currency = args.get('<currency>', 'usd')
|
currency = args.get('<currency>', 'usd')
|
||||||
|
|
||||||
if currency not in self.CURRENCIES or crypto == currency:
|
if currency not in self.CURRENCIES or crypto == currency:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user