comment out weekly tweet start
This commit is contained in:
+9
-9
@@ -69,15 +69,15 @@ if [ "$1" == "start" ]; then
|
|||||||
log "Script foodie_engagement_generator.py not found"
|
log "Script foodie_engagement_generator.py not found"
|
||||||
fi
|
fi
|
||||||
# Start foodie_weekly_thread.py
|
# Start foodie_weekly_thread.py
|
||||||
if [ -f "foodie_weekly_thread.py" ]; then
|
#if [ -f "foodie_weekly_thread.py" ]; then
|
||||||
if ! check_running "foodie_weekly_thread"; then
|
# if ! check_running "foodie_weekly_thread"; then
|
||||||
log "Running foodie_weekly_thread.py..."
|
# log "Running foodie_weekly_thread.py..."
|
||||||
"$VENV_PYTHON" "foodie_weekly_thread.py" >> "$BASE_DIR/logs/foodie_weekly_thread.log" 2>&1
|
# "$VENV_PYTHON" "foodie_weekly_thread.py" >> "$BASE_DIR/logs/foodie_weekly_thread.log" 2>&1
|
||||||
log "foodie_weekly_thread.py completed"
|
# log "foodie_weekly_thread.py completed"
|
||||||
fi
|
# fi
|
||||||
else
|
#else
|
||||||
log "Script foodie_weekly_thread.py not found"
|
# log "Script foodie_weekly_thread.py not found"
|
||||||
fi
|
#fi
|
||||||
log "All scripts started. Ensure cron jobs are enabled for automatic scheduling (crontab -l)."
|
log "All scripts started. Ensure cron jobs are enabled for automatic scheduling (crontab -l)."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user