add logger

This commit is contained in:
2023-01-31 20:57:07 +01:00
parent 249a85539d
commit 99cd3768e4
3 changed files with 14 additions and 9 deletions

View File

@@ -5,5 +5,5 @@ cd $BASE
git pull
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
pip3 install -U -r requirements.txt
python3 app.py