Test /monthly & clean
Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
This commit is contained in:
@@ -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'],
|
||||
|
Reference in New Issue
Block a user