From 5725d39ed83f7372d2486af6be839bd65c1a6f25 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 8 Jul 2022 09:53:04 +0200 Subject: [PATCH] chg: [launcher] disable SentimentAnalysis --- bin/LAUNCH.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 9e6db45c..1721b3f1 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -217,8 +217,8 @@ function launching_scripts { sleep 0.1 screen -S "Script_AIL" -X screen -t "Onion" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./Onion.py; read x" sleep 0.1 - screen -S "Script_AIL" -X screen -t "SentimentAnalysis" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./SentimentAnalysis.py; read x" - sleep 0.1 + # screen -S "Script_AIL" -X screen -t "SentimentAnalysis" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./SentimentAnalysis.py; read x" + # sleep 0.1 screen -S "Script_AIL" -X screen -t "Telegram" bash -c "cd ${AIL_BIN}/modules; ${ENV_PY} ./Telegram.py; read x" sleep 0.1