zwischenstand rein

This commit is contained in:
2023-11-21 17:12:44 +01:00
parent a7478bcfc1
commit da8dd66c43
2 changed files with 28 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
{
"name": "Python: writeExcel",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
"args": [
"--all"
],
}
]
}
+1 -1
View File
@@ -2,5 +2,5 @@
CALL sivasprices_setenv.bat CALL sivasprices_setenv.bat
IF NOT EXIST %SIVASPRICES%\.venv CALL %SIVASPRICES%\install_py.bat IF NOT EXIST %SIVASPRICES%\.venv CALL %SIVASPRICES%\install_py.bat
CALL %SIVASPRICES%\.venv\Scripts\activate.bat CALL %SIVASPRICES%\.venv\Scripts\activate.bat
python %SIVASPRICES%\update_prices.py python %SIVASPRICES_LIB%\update_prices.py
deactivate deactivate