Skip to content

Commit

Permalink
Update run_volttron_dnp3_outstation_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shwethanidd authored May 2, 2023
1 parent 9dc8b26 commit 66794f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vdnp3_outstation/run_volttron_dnp3_outstation_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_config_helper():
print(e)
elif option == "bi":
print("You chose <bi> - set binary-input point value")
print("Type in <[1/0]> and <index>. Separate with space, then hit ENTER. e.g., `1, 0`.")
print("Type in <[1/0]> and <index>. Separate with space, then hit ENTER. e.g., `1 0`.")
input_str = input_prompt()
if input_str in ["q", "quit", "exit"]:
break
Expand All @@ -185,7 +185,7 @@ def get_config_helper():
print(e)
elif option == "bo":
print("You chose <bo> - set binary-output point value")
print("Type in <[1/0]> and <index>. Separate with space, then hit ENTER. e.g., `1, 0`.")
print("Type in <[1/0]> and <index>. Separate with space, then hit ENTER. e.g., `1 0`.")
input_str = input_prompt()
if input_str in ["q", "quit", "exit"]:
break
Expand Down

0 comments on commit 66794f4

Please sign in to comment.