Skip to content

Commit 6926f43

Browse files
authored
Update ncm.py
1 parent af563d5 commit 6926f43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ncm/ncm/ncm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ def set_ncm_api_keys_by_router(self, router_id=None, router_name=None, x_ecm_api
21352135
"certs": {
21362136
"00000000-abcd-1234-abcd-123456789000": {
21372137
"_id_": "00000000-abcd-1234-abcd-123456789000",
2138-
"key": x_ecm_id,
2138+
"key": x_ecm_api_id,
21392139
"name": "X-ECM-API-ID",
21402140
"x509": x509
21412141
},
@@ -2208,7 +2208,7 @@ def set_ncm_api_keys_by_group(self, group_id=None, group_name=None, x_ecm_api_id
22082208
"certs": {
22092209
"00000000-abcd-1234-abcd-123456789000": {
22102210
"_id_": "00000000-abcd-1234-abcd-123456789000",
2211-
"key": x_ecm_id,
2211+
"key": x_ecm_api_id,
22122212
"name": "X-ECM-API-ID",
22132213
"x509": x509
22142214
},

0 commit comments

Comments
 (0)