Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Aug 12, 2024
1 parent 1383d79 commit f4d6634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Python Debugger: queue reader",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/queue_filter.py",
"program": "${workspaceFolder}/queue_harvesting.py",
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env.production",
"python": "${workspaceFolder}/venv/bin/python"
Expand Down
File renamed without changes.

0 comments on commit f4d6634

Please sign in to comment.