Skip to content

Commit 1084b13

Browse files
committed
cscore: Remove --nt-protocol option
1 parent ebe80f9 commit 1084b13

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

subprojects/robotpy-cscore/cscore/__main__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ def main():
8282
nt_server_group.add_argument(
8383
"--team", help="Team number to specify robot", type=int
8484
)
85-
parser.add_argument(
86-
"--nt-protocol",
87-
choices=[4],
88-
type=int,
89-
help="NetworkTables protocol",
90-
default=4,
91-
)
9285
parser.add_argument(
9386
"--nt-identity", default="cscore", help="NetworkTables identity"
9487
)

0 commit comments

Comments
 (0)