fix sc
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2455,7 +2455,7 @@ FSM_CONTRACT_TYPE_MAP = { | ... | @@ -2455,7 +2455,7 @@ FSM_CONTRACT_TYPE_MAP = { |
2455 | str(FSM_CONTRACT_WEP_CLASSIFY): 0, | 2455 | str(FSM_CONTRACT_WEP_CLASSIFY): 0, |
2456 | str(FSM_CONTRACT_MSI_CLASSIFY): 1, | 2456 | str(FSM_CONTRACT_MSI_CLASSIFY): 1, |
2457 | str(FSM_CONTRACT_SC_CLASSIFY): 2, | 2457 | str(FSM_CONTRACT_SC_CLASSIFY): 2, |
2458 | str(FSM_CONTRACT_SC2_CLASSIFY): 2, | 2458 | str(FSM_CONTRACT_SC2_CLASSIFY): 3, |
2459 | } | 2459 | } |
2460 | 2460 | ||
2461 | RESULT_MAP = { | 2461 | RESULT_MAP = { | ... | ... |
-
Please register or sign in to post a comment