From b4941cc55c3b969ae99e81b558f9091d279b3c9a Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 2 Apr 2023 19:38:14 +0200 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a9c01ee..f796c4e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "python", "request": "launch", "module": "uvicorn", - "args": ["spoolson.main:app"], + "args": ["spoolman.main:app"], "jinja": true, "justMyCode": true }