From 3f01443b7c8d1c99ac3ed201c3a7d33a401b42f3 Mon Sep 17 00:00:00 2001 From: Thephaseless <kukubaorch@gmail.com> 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",