We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe80f9 commit 1084b13Copy full SHA for 1084b13
subprojects/robotpy-cscore/cscore/__main__.py
@@ -82,13 +82,6 @@ def main():
82
nt_server_group.add_argument(
83
"--team", help="Team number to specify robot", type=int
84
)
85
- parser.add_argument(
86
- "--nt-protocol",
87
- choices=[4],
88
- type=int,
89
- help="NetworkTables protocol",
90
- default=4,
91
- )
92
parser.add_argument(
93
"--nt-identity", default="cscore", help="NetworkTables identity"
94
0 commit comments