Test /monthly & clean

Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
This commit is contained in:
Antoine Merino
2021-11-05 22:33:06 +01:00
parent 87634f0409
commit 70253258f0
2 changed files with 18 additions and 55 deletions

View File

@@ -358,7 +358,7 @@ class RPC:
data = [
{
'date': f"{key.year}-{key.month}",
'date': f"{key.year}-{key.month:02d}",
'abs_profit': value["amount"],
'fiat_value': self._fiat_converter.convert_amount(
value['amount'],