Fix calls to money

This commit is contained in:
2022-05-17 18:25:31 +01:00
parent 20b36a7c67
commit d95a1ae21f
3 changed files with 4 additions and 2 deletions

View File

@@ -409,6 +409,8 @@ class Money(util.Base):
if asset == "XMR":
amount_crypto = contact["data"]["amount_xmr"]
history = self.cg.get_coin_history_by_id(id="monero", date=date_formatted)
if "market_data" not in history:
return False
crypto_usd = float(history["market_data"]["current_price"]["usd"])
elif asset == "BTC":
amount_crypto = contact["data"]["amount_btc"]