add daemon mode

This commit is contained in:
robin 2022-05-15 12:27:53 +02:00
parent 5d93bd80fe
commit a56728c924
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ cp settings.py.sample settings.py
```
Edit settings.py for your setup
## run
Run once
```bash
python3 main.py
```
Keep running with a delay
```bash
python3 main.py --daemon --delay 3600
```