Skip to content

Commit

Permalink
Set args for vscode.
Browse files Browse the repository at this point in the history
  • Loading branch information
primaryobjects committed Jul 22, 2020
1 parent 932527c commit 4ce3b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"program": "client.py",
"console": "integratedTerminal",
"args": ["shoprite"]
"args": ["--s", "shoprite"]
}
]
}

0 comments on commit 4ce3b5e

Please sign in to comment.