Skip to content

Commit 3e7a382

Browse files
committed
Add MRN Authentication version 2 console app.
1 parent ca81929 commit 3e7a382

File tree

3 files changed

+550
-3
lines changed

3 files changed

+550
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ notebook/cloud_mrn_notebook_app.ipynb
1919
notebook/.env
2020

2121
old-requirements.txt
22-
mrn_console_app_rto.py
22+
mrn_console_app_rto.py
23+
websocket-api/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ def on_open(ws):
274274
position = arg
275275
elif opt in ("--ric"):
276276
if arg not in ["MRN_STORY", "MRN_TRNA", "MRN_TRNA_DOC", "MRN_TRSI"]:
277-
print(
278-
"The supported MRN RIC names are MRN_STORY or MRN_TRNA or MRN_TRNA_DOC or MRN_TRSI only")
277+
#print("The supported MRN RIC names are MRN_STORY or MRN_TRNA or MRN_TRNA_DOC or MRN_TRSI only")
278+
print("The supported MRN RIC names are MRN_STORY or MRN_TRNA or MRN_TRNA_DOC or MRN_TRS only")
279279
sys.exit(2)
280280
else:
281281
item = arg

0 commit comments

Comments
 (0)