From 415b4f43755294d9e9a869a0695056066c3403df Mon Sep 17 00:00:00 2001 From: oleting Date: Tue, 22 Dec 2020 20:33:35 +0100 Subject: [PATCH] + change lunch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index eaba26a..6e0fa0a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", - "program": "interpret_source.py", + "program": "gui.py", "console": "integratedTerminal" } ]