From 6d53a2acdac823a7129c6cb2e61fe51b1f44fa65 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 27 Nov 2024 18:41:17 +0100 Subject: [PATCH] remove flask sintax for django sintax --- dpp/api_dlt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpp/api_dlt.py b/dpp/api_dlt.py index 5f95d7a..4d869e2 100644 --- a/dpp/api_dlt.py +++ b/dpp/api_dlt.py @@ -125,7 +125,7 @@ def register_device_dlt(chid, phid, ev_uuid, user): api.add_service( chid, 'DeviceHub', - settings.get('ID_FEDERATED'), + settings.ID_FEDERATED, 'Inventory service', 'Inv', )