diff --git a/main.py b/main.py index 41394e1..2a0a784 100644 --- a/main.py +++ b/main.py @@ -68,7 +68,7 @@ def watch_miner(address, config, disable_notifications, last_balance=None, last_ miner = Miner(address=address, exchange_rate=exchange_rate, currency=currency) except Exception as err: logger.error('failed to find miner') - logger.debug(err) + logger.exception(err) return logger.debug(miner) diff --git a/templates/balance.md.j2 b/templates/balance.md.j2 index d36c007..22b4f8e 100644 --- a/templates/balance.md.j2 +++ b/templates/balance.md.j2 @@ -1,5 +1,5 @@ *💰 New balance* -*Address*: {{address}} +*Address*: [{{address}}](https://flexpool.io/{{address}}) *Unpaid balance*: {{balance}} {% if balance_fiat != 'None' %}\({{balance_fiat}}\){% endif %} *Unpaid percentage*: {{balance_percentage}}