Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jul 6, 2017
2 parents b1645ee + 8e9c55c commit 2d193f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='thehive4py',
version='1.2.1',
version='1.2.2',
description='Python API client for TheHive.',
long_description=read_md('README.md'),
author='TheHive-Project',
Expand Down
2 changes: 0 additions & 2 deletions thehive4py/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ def find_cases(self, **attributes):
"query": attributes.get("query", "any")
}

print(data)

try:
return requests.post(req, json=data, proxies=self.proxies, auth=self.auth, params=params)
except requests.exceptions.RequestException as e:
Expand Down

0 comments on commit 2d193f3

Please sign in to comment.