- fix bug recursion on init
- fix bug linux path
- added regularization
This commit is contained in:
2024-05-02 14:27:57 +02:00
parent 3a4e07afc8
commit 3e9bcb87e9
3 changed files with 31 additions and 11 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python Debugger: App",
"type": "debugpy",
"request": "launch",
"program": "src\\app.py",
"program": "src/app.py",
"console": "integratedTerminal"
}
]