Skip to content

Commit

Permalink
Fixed a bug in the local nt server.
Browse files Browse the repository at this point in the history
  • Loading branch information
We-Gold committed Oct 15, 2021
1 parent 556a187 commit ca4bc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cougar-Dashboard",
"author": "FRC Team 2539",
"version": "0.0.6",
"version": "0.0.7",
"main": "public/electron.js",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function startExecutableServer() {

// Start the server
const file = `${path.join(__dirname, "../build/pynetworktables2js.exe")}`
const args = [`--team=${teamNumber}`]
const args = [`--team ${teamNumber}`]

// Ouput the current command being used
console.log(`Using: executable for pynetworktables2js`)
Expand Down

0 comments on commit ca4bc1a

Please sign in to comment.