Skip to content

Commit

Permalink
[temp] Commented code for re-writing organization of RadiusAccounting
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed May 8, 2024
1 parent c73ee88 commit a603493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_radius/integrations/monitoring/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def post_save_radiusaccounting(
# and write the metric with the same organization_id as the device.
# If SHARED_ACCOUNTING is disabled, the organization_id of
# Device and RadiusAccounting would be same.
organization_id = str(device.organization_id)
# organization_id = str(device.organization_id)

metric, created = Metric._get_or_create(
configuration='radius_acc',
Expand Down

0 comments on commit a603493

Please sign in to comment.