home · contact · privacy
Improve mobile twitter URL pattern matching.
[plomlombot-irc.git] / run.sh
diff --git a/run.sh b/run.sh
index 685d07bdeae92bde731275b0de4bd16c9915a2fa..0777bb94d422b6ee6398ecf3aad47b9ae479d8ca 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -9,8 +9,10 @@ DIR_ENV=.temp_env
 pyvenv $DIR_ENV 
 source $DIR_ENV/bin/activate
 pip install -r requirements.txt
-set +e
+#pip install -r requirements2.txt
 echo
-python3 plomlombot.py -n plomplombot "$@" 
+set +e
+python3 plomlombot.py "$@"
+set -e
 deactivate
 rm -rf $DIR_ENV