1
0
Fork 0

Add link to flexpool in balance notifications

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-01-26 07:49:37 +01:00
parent 79397e2eb6
commit 4348bba40f
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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}}