fix: remove --dry-run from tg_filter so interesting messages are printed for LLM delivery

This commit is contained in:
Gan, Jimmy
2026-07-09 22:24:33 +08:00
parent 296422ff57
commit ed77b89e98
+1 -1
View File
@@ -3,4 +3,4 @@ set -e
cd ~/repos/t-youtube/backend cd ~/repos/t-youtube/backend
export PYROGRAM_WORKDIR=/Users/jimmyg export PYROGRAM_WORKDIR=/Users/jimmyg
~/repos/t-youtube/backend/.venv/bin/python3 tg_filter.py --dry-run 2>&1 ~/repos/t-youtube/backend/.venv/bin/python3 tg_filter.py 2>&1