mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
asdasd
This commit is contained in:
parent
355817a972
commit
c52ab96c67
2 changed files with 1 additions and 2 deletions
1
bots.py
1
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()
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue