Skip to content

Commit d1966e0

Browse files
authored
Update grpc_mib.py
1 parent 98e60d3 commit d1966e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grpc_mib.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import utilities
1111

12-
SERVER_ADMINS_TATUS_UP = 1
12+
SERVER_ADMIN_STATUS_UP = 1
1313
SERVER_ADMIN_STATUS_DOWN = 2
1414

1515
IF_OPER_STATUS_UP = 1
@@ -20,7 +20,7 @@
2020
def convertAdminStatus(value: str):
2121
if value is not None:
2222
if value == "enable":
23-
return SERVER_ADMINS_TATUS_UP
23+
return SERVER_ADMIN_STATUS_UP
2424
elif value == "disable":
2525
return SERVER_ADMIN_STATUS_DOWN
2626

0 commit comments

Comments
 (0)