fixed json format in readme

This commit is contained in:
jblu 2022-07-20 11:49:06 -05:00
parent 08cbf7f445
commit 89143dce3a

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:
```
{ {
"host": "192.168.1.1", "host": "192.168.1.1",
"port": 8080, "port": 8080,
@ -36,7 +37,7 @@ It should look something like this:
"po_key": "", "po_key": "",
"po_token": "" "po_token": ""
} }
```
Config.json Config.json
- host - string, ip or hostname of qbittorrent server - host - string, ip or hostname of qbittorrent server
- port - port of admin gui(used for api aswell) - port - port of admin gui(used for api aswell)