From e3443e5e4d535a7dc47bf0fec8b15039a9450ee4 Mon Sep 17 00:00:00 2001 From: Christian Hofmann Date: Sun, 7 Apr 2024 08:42:56 +0200 Subject: [PATCH] modified args in launch onfig --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2b4f90a..8017b00 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,12 +5,12 @@ "version": "0.2.0", "configurations": [ { - "name": "check_urls.py ~/urls.json", + "name": "check_urls.py data/urls.json", "type": "debugpy", "request": "launch", "program": "scripts/check_urls.py", "console": "integratedTerminal", - "args": "~/urls.json" + "args": "data/urls.json" } ] } \ No newline at end of file