blackliste wird geholt und geschrieben

This commit is contained in:
2023-12-11 16:09:55 +01:00
parent 5ee52211e0
commit e34ebd1d53
4 changed files with 35 additions and 4 deletions
+1 -2
View File
@@ -2,6 +2,5 @@
CALL cremig_setenv.bat
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
CALL %CREMIG%\.venv\Scripts\activate.bat
IF "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
python %CREMIG_LIB%\update_database.py --blacklist
deactivate