Use XMR total profit for simulation output
This commit is contained in:
parent
c72d23675b
commit
c534abf8f6
|
@ -232,7 +232,7 @@ class LinkGroupSimulation(LoginRequiredMixin, OTPRequiredMixin, ObjectRead):
|
||||||
requisitions,
|
requisitions,
|
||||||
platforms,
|
platforms,
|
||||||
self.request.user,
|
self.request.user,
|
||||||
checks["total_profit"],
|
checks["total_profit_in_xmr"],
|
||||||
)
|
)
|
||||||
print("PAY LIST", pay_list)
|
print("PAY LIST", pay_list)
|
||||||
collapsed = money.collapse_pay_list(pay_list)
|
collapsed = money.collapse_pay_list(pay_list)
|
||||||
|
|
Loading…
Reference in New Issue