From c52ab96c67a2aa5e5fb43b29930015c370accdf2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 18 Sep 2018 00:31:12 +0200 Subject: [PATCH] asdasd --- bots.py | 1 - update.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bots.py b/bots.py index 12d24439..07a0b6ac 100644 --- a/bots.py +++ b/bots.py @@ -9,7 +9,6 @@ import coloredlogs logging.getLogger().setLevel(level=logging.ERROR) logger = logging.getLogger(__name__) -logger.setLevel(level=logging.DEBUG) coloredlogs.install(level="DEBUG", logger=logger) discord_telegram_pipe = multiprocessing.Pipe() diff --git a/update.sh b/update.sh index 45c16a83..54208693 100755 --- a/update.sh +++ b/update.sh @@ -2,4 +2,4 @@ git pull sudo python3.6 -m pip install -r requirements.txt sudo service apache2 restart -python3.6 -OO bots.py \ No newline at end of file +python3.6 -OO bots.py 2> /dev/null \ No newline at end of file