From 89143dce3af36a3b379f7e51c7c67f8836f0530b Mon Sep 17 00:00:00 2001 From: jblu Date: Wed, 20 Jul 2022 11:49:06 -0500 Subject: [PATCH] fixed json format in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3864963..e93bd95 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ qprocess.py You will need a config.json in the root directory. It should look something like this: +``` { "host": "192.168.1.1", "port": 8080, @@ -36,7 +37,7 @@ It should look something like this: "po_key": "", "po_token": "" } - +``` Config.json - host - string, ip or hostname of qbittorrent server - port - port of admin gui(used for api aswell)