From 8c428276d652787fab95e34556dd1c2a51f2aa7d Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Wed, 24 Jul 2024 20:41:01 +0000 Subject: [PATCH] add debug for debugging --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 58784fb..3da0509 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "debugpy", "justMyCode": false, "env": { - "LOG_LEVEL": "DEBUG" + "LOG_LEVEL": "DEBUG", }, "request": "launch", "program": "main.py",