improve README

This commit is contained in:
Daniel Langbein 2020-12-03 16:52:59 +01:00
parent 5e386a083d
commit 45bb8f92cc
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Start logging in the background:
docker-compose up -d docker-compose up -d
``` ```
Generate a new plot with the saved data: Generate a new plot based on saved meeting data:
```shell ```shell
sudo docker-compose run bbb-status plot sudo docker-compose run bbb-status plot

View File

@ -2,7 +2,6 @@ from datetime import datetime
from pathlib import Path from pathlib import Path
import langfingaz.util.fileUtil as fileUtil import langfingaz.util.fileUtil as fileUtil
# import util.util as util
from langfingaz import bbbRequest from langfingaz import bbbRequest