moved dragnet to config file

This commit is contained in:
2022-09-02 18:28:03 -05:00
parent ff5e124a00
commit 0135f7c13b
6 changed files with 274 additions and 263 deletions

View File

@@ -46,6 +46,8 @@ Config.json
"po_key": "",
"po_token": "",
"delete_torrents": false
"enable_dragnet": false,
"dragnet_outfile": "./orphaned.csv"
}
```
@@ -74,4 +76,5 @@ You will need a category-whitelist.json in the root directory. This will ignore
| use_log | true or false to enable or disable writing to alog file |
| po_key | pushover key |
| po_token | pushover api token |
| delete_torrents | true or false to enable or disable deletion. Useful for dry-runs |
| delete_torrents | true or false to enable or disable deletion. Useful for dry-runs |
| enable_dragnet | true or false to enable dragnet functionality. Useful for debugging |