Add a todo in Agora
This commit is contained in:
parent
ae16ad6687
commit
878a261295
|
@ -637,6 +637,7 @@ class Agora(util.Base):
|
||||||
|
|
||||||
if not float(wallet_xmr) > profit_usd_in_xmr:
|
if not float(wallet_xmr) > profit_usd_in_xmr:
|
||||||
# Not enough funds to withdraw
|
# Not enough funds to withdraw
|
||||||
|
# TODO: Send a message to notify
|
||||||
self.log.error(f"Not enough funds to withdraw {profit_usd_in_xmr}, as wallet only contains {wallet_xmr}")
|
self.log.error(f"Not enough funds to withdraw {profit_usd_in_xmr}, as wallet only contains {wallet_xmr}")
|
||||||
self.irc.sendmsg(f"Not enough funds to withdraw {profit_usd_in_xmr}, as wallet only contains {wallet_xmr}")
|
self.irc.sendmsg(f"Not enough funds to withdraw {profit_usd_in_xmr}, as wallet only contains {wallet_xmr}")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue