mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-21 20:23:17 +01:00
improve README
This commit is contained in:
parent
5e386a083d
commit
45bb8f92cc
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user