Skip to content

Commit

Permalink
#170 Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jun 24, 2020
1 parent 805c34c commit 5693f94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thehive4py/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def __init__(self, url: str, principal: str, password=None, proxies={}, cert=Tru
}
api = TheHiveApi('http://my_thehive:9000',
'my_api_key',
proxies=proxies,
cert=True,
organisation='my-org'
proxies,
True,
'my-org'
)
```
"""
Expand Down

0 comments on commit 5693f94

Please sign in to comment.