„README.md“ ändern

This commit is contained in:
robin 2023-04-16 17:49:38 +02:00
parent f845094886
commit 61ac46ccf0
1 changed files with 5 additions and 2 deletions

View File

@ -14,11 +14,14 @@ cp settings.py.sample settings.py
```
Edit settings.py for your setup
## run
Run once
Run once (reads from settings)
```bash
python3 main.py
```
Run once with different settingsfile (you need a log and data directory for each settingsfile)
```bash
python3 main.py --settingsfile settings2
```
Keep running with a delay (default = 3600)
```bash