FIX: Found a small misspelling in the pathname

This commit is contained in:
Dan 2024-06-19 08:02:31 -04:00
parent 150c4a89f0
commit bc4b0a916e

4
.vscode/launch.json vendored
View File

@ -5,10 +5,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Ariellia: Main",
"name": "Ariella: Main",
"type": "debugpy",
"request": "launch",
"program": "E:\\Development\\AI Development\\Ariellia\\main.py",
"program": "E:\\Development\\AI Development\\Ariella\\main.py",
"console": "integratedTerminal"
}
]