This commit is contained in:
Flummi 2017-09-21 09:39:01 +00:00
parent d3b01bcf97
commit bbd2c65338

View File

@ -41,7 +41,7 @@ class Coins(Plugin):
"""
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')
if currency not in self.CURRENCIES or crypto == currency: