Skip to content

Commit

Permalink
Multi-instances documentation fix (#33)
Browse files Browse the repository at this point in the history
This PR updates README for multiple instances of Kowalski.
  • Loading branch information
Theodlz committed Oct 23, 2023
1 parent 3c01d74 commit 6943466
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ Connect to multiple Kowalski instances:
from penquins import Kowalski

instances = {
"name": "kowalski",
"host": "<host>",
"protocol": https
"port": 443,
"token": "<token>" # or username and password
"kowalski": {
"name": "kowalski",
"host": "<host>",
"protocol": "https"
"port": 443,
"token": "<token>" # or username and password
},
...
}

kowalski = Kowalski(instances=instances)
Expand Down

0 comments on commit 6943466

Please sign in to comment.