In 'update_database.py' Namen korrigiert + In 02_get_sivas_dbase.bat Aufruf des fehlenden Schalters ergänzt

This commit is contained in:
2025-06-04 15:51:42 +02:00
parent cb20f31f10
commit f8b895cec7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
IF "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
CALL manage_interpreter.bat activate_interpreter
python %CREMIG_LIB%\update_database.py --sivasid=%SIVAS_ID%
python %CREMIG_LIB%\update_database.py --sivasid=%SIVAS_ID% --bom
CALL manage_interpreter.bat deactivate_interpreter