update tagstudio.py refrences to tag_studio.py

This commit is contained in:
Andrew Arneson
2024-04-24 22:00:40 -06:00
parent 2b5697ea50
commit 0b1c097f97
4 changed files with 5 additions and 5 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "TagStudio",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/tagstudio/tagstudio.py",
"program": "${workspaceRoot}/tagstudio/tag_studio.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": []