zwischenstand rein
This commit is contained in:
Vendored
+27
@@ -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"
|
||||||
|
],
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user