artiq_dashboard: Replace --port-notify

This commit is contained in:
architeuthidae 2024-07-22 15:57:19 +08:00 committed by Sébastien Bourdeauducq
parent b0d2705c38
commit 52b0f30216
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ def get_argparser():
parser.add_argument(
"-s", "--server", default="::1",
help="hostname or IP of the master to connect to (default: %(default)s)")
parser.add_argument(
"--port-notify", default=3250, type=int,
help="TCP port to connect to for notifications (default: %(default)s)")
parser.add_argument(
"--port-control", default=3251, type=int,
help="TCP port to connect to for control (default: %(default)s)")