Fehlende Aktivierung des virtual Environments aufgenommen, damit update_database.py ausgeführt werden kann

This commit is contained in:
2023-11-05 23:12:27 +01:00
parent 75f37f94b9
commit 0cd74c924b
+3 -3
View File
@@ -1,5 +1,5 @@
@echo off
call cremig_setenv.bat
python %CREMIG_LIB%\update_database.py --rd
pause
call %CREMIG%\.venv\Scripts\activate.bat
python %CREMIG_LIB%\update_database.py -rd
deactivate