Don't require BTC balance argument for topup notification
This commit is contained in:
parent
820d2b806f
commit
294e6b0e77
|
@ -51,9 +51,9 @@ class Notify(util.Base):
|
||||||
priority="4",
|
priority="4",
|
||||||
)
|
)
|
||||||
|
|
||||||
def notify_need_topup(self, amount_usd_xmr, amount_usd_btc):
|
def notify_need_topup(self, amount_usd_xmr):
|
||||||
self.sendmsg(
|
self.sendmsg(
|
||||||
f"XMR: {amount_usd_xmr} | BTC: {amount_usd_btc}",
|
f"XMR: {amount_usd_xmr}",
|
||||||
title="Topup needed",
|
title="Topup needed",
|
||||||
tags="admin",
|
tags="admin",
|
||||||
priority="5",
|
priority="5",
|
||||||
|
|
Loading…
Reference in New Issue