remove flask sintax for django sintax
This commit is contained in:
parent
04ecb4f2f1
commit
b652d7d452
|
@ -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',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue