From 29223a5f73e2e20b5f18d8ac733b566b25a163bc Mon Sep 17 00:00:00 2001 From: SafetyQuincyF Date: Wed, 30 Oct 2024 17:51:58 -0700 Subject: [PATCH] fix --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0f7862a0..9b39f4d8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -38,7 +38,7 @@ "request": "launch", "module": "safety", "args": [ - "--key","ADD-YOUR-KEY", "scan" + "--key","ADD-YOUR-API-KEY", "scan" ], "console": "integratedTerminal" },