Fix log message
This commit is contained in:
parent
c7f4230a91
commit
23372bd491
|
@ -125,7 +125,7 @@ class Transactions(object):
|
|||
"amount_xmr": amount_xmr,
|
||||
"reference": reference,
|
||||
}
|
||||
self.log.info(f"Storing trade information: {str(to_store)}")
|
||||
self.log.info("Storing trade information: {info}", info=str(to_store))
|
||||
r.hmset(f"trade.{reference}", to_store)
|
||||
self.irc.client.msg(self.irc.client.channel, f"Generated reference for {trade_id}: {reference}")
|
||||
if settings.Agora.Send == "1":
|
||||
|
|
Loading…
Reference in New Issue