From 2a1f8cfa207e7f1e5e6cef022deaf7ab9f26ce4e Mon Sep 17 00:00:00 2001 From: decoded Date: Sun, 26 Mar 2023 18:01:42 -0500 Subject: [PATCH] update5 --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 32ada39..730ac40 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "maple", "type": "python", "request": "launch", - "program": "${workspaceFolder}/bot_maple.py", + "program": "${workspaceFolder}/plugins/bot_maple.py", "args" : [""], "console": "integratedTerminal", "python":"${workspaceFolder}/env/bin/python3.11",