diff --git a/bot/coins.py b/bot/coins.py index c808a72..3816b49 100644 --- a/bot/coins.py +++ b/bot/coins.py @@ -42,7 +42,7 @@ class Coins(Plugin): return self.cryptowat_summary('xmr', 'bitfinex', args) def cryptowat_summary(self, crypto: str, market: str, args: Dict): - currency = args.get('', 'usd').lower() + currency = args.get('', 'eur').lower() if currency not in self.CURRENCIES or crypto == currency: return '\x02[{}]\x02 Can\'t convert or invalid currency: {}'.format(crypto.upper(), currency)