From e64e9b3c06000a08bc33076343f4391bb626d2f2 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 27 Nov 2024 18:36:08 +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 e815419..5f95d7a 100644 --- a/dpp/api_dlt.py +++ b/dpp/api_dlt.py @@ -118,7 +118,7 @@ def register_device_dlt(chid, phid, ev_uuid, user): # TODO is neccesary? - if settings.get('ID_FEDERATED'): + if settings.ID_FEDERATED: cny = 1 while cny: try: