From 4ce3b5e3780dfe359cc81cb3461c8687a0affbcc Mon Sep 17 00:00:00 2001 From: Kory Becker Date: Wed, 22 Jul 2020 18:32:31 -0400 Subject: [PATCH] Set args for vscode. --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ae9c98..0a5545a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "program": "client.py", "console": "integratedTerminal", - "args": ["shoprite"] + "args": ["--s", "shoprite"] } ] } \ No newline at end of file