Skip to content

Commit

Permalink
artiq_dashboard: Replace --port-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
architeuthidae authored and sbourdeauducq committed Jul 22, 2024
1 parent b0d2705 commit 52b0f30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions artiq/frontend/artiq_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit 52b0f30

Please sign in to comment.