Skip to content

Commit

Permalink
Fix accounting record (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi authored Sep 12, 2024
1 parent eeea207 commit 0f2136d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egi_notebooks_accounting/eosc.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def generate_day_metrics(
"metric_definition_id": metric_key,
"time_period_start": period_start_str,
"time_period_end": period_end_str,
"user": user,
"group": group,
"user_id": user,
"group_id": group,
"value": value,
}
logging.debug(f"Sending metric {metric_data} to accounting")
Expand Down

0 comments on commit 0f2136d

Please sign in to comment.