Entwarnungs-Logik: Benachrichtigung bei Aufhebung einer Störung implementiert, Batch-Datei-Vorschlag dokumentiert
This commit is contained in:
11
run_checker_loop.cmd
Normal file
11
run_checker_loop.cmd
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
REM Setze den Pfad zu deinem venv (ggf. anpassen!)
|
||||
set VENV_PATH=%~dp0.venv
|
||||
|
||||
REM Aktiviere das venv
|
||||
call "%VENV_PATH%\Scripts\activate.bat"
|
||||
|
||||
:loop
|
||||
python ti_status_checker.py
|
||||
timeout /t 120
|
||||
goto loop
|
||||
Reference in New Issue
Block a user