realm.py: fixes side-a to side-b typo

This commit is contained in:
Jed Reynolds
2020-08-07 08:16:09 -07:00
parent 10638681b8
commit 344dc92699

View File

@@ -1077,7 +1077,7 @@ class L3CXProfile(LFCliBase):
url = "cli-json/set_endp_flag"
data = {
"name": endp_a_name,
"name": endp_b_name,
"flag": "autohelper",
"val": 1
}