1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-09-18 00:31:12 +02:00
parent 355817a972
commit c52ab96c67
2 changed files with 1 additions and 2 deletions

View file

@ -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()

View file

@ -2,4 +2,4 @@
git pull
sudo python3.6 -m pip install -r requirements.txt
sudo service apache2 restart
python3.6 -OO bots.py
python3.6 -OO bots.py 2> /dev/null