From a6034939173e12825cd6d17200b52c5478404602 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 8 May 2024 22:49:36 +0530 Subject: [PATCH] [temp] Commented code for re-writing organization of RadiusAccounting --- openwisp_radius/integrations/monitoring/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwisp_radius/integrations/monitoring/tasks.py b/openwisp_radius/integrations/monitoring/tasks.py index b6f271e0..7f89e794 100644 --- a/openwisp_radius/integrations/monitoring/tasks.py +++ b/openwisp_radius/integrations/monitoring/tasks.py @@ -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',