diff --git a/bot/coins.py b/bot/coins.py index 023199a..01cbb73 100644 --- a/bot/coins.py +++ b/bot/coins.py @@ -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('', 'usd') if currency not in self.CURRENCIES or crypto == currency: