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",