6 lines
357 B
Plaintext
6 lines
357 B
Plaintext
# Runs every sunday at 16:00
|
|
0 16 * * 0 /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/base_config.json /app/check_next_7_days.json > /app/thekendienstbot_week.txt
|
|
|
|
# Runs every minute to test
|
|
#* * * * * /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/base_config.json /app/check_next_7_days.json > /app/thekendienstbot_min.txt
|