Skip to content

Commit

Permalink
modified args in launch onfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hofiorg committed Apr 7, 2024
1 parent 00e7717 commit e3443e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit e3443e5

Please sign in to comment.