This commit is contained in:
jblu 2022-07-20 11:59:19 -05:00
parent 45fd9b77c3
commit fba5c1d7cf

View File

@ -23,6 +23,7 @@ qprocess.py
You will need a config.json in the root directory. You will need a config.json in the root directory.
It should look something like this: It should look something like this:
Config.json
``` ```
{ {
"host": "192.168.1.1", "host": "192.168.1.1",
@ -38,7 +39,6 @@ It should look something like this:
"po_token": "" "po_token": ""
} }
``` ```
Config.json
| Key | Value | | Key | Value |
| --- | --- | | --- | --- |
| host | string, ip or hostname of qbittorrent server | | host | string, ip or hostname of qbittorrent server |