File indention fixed

pull/21/head
Alexandre Dulaunoy 2016-05-19 14:30:43 +02:00
parent 6fc403f7c8
commit 70808a46ca
1 changed files with 3 additions and 3 deletions

View File

@ -1023,9 +1023,9 @@ class PyMISP(object):
def get_sharing_groups(self): def get_sharing_groups(self):
session = self.__prepare_session(force_out=None) session = self.__prepare_session(force_out=None)
url = urljoin(self.root_url, 'sharing_groups/index.json') url = urljoin(self.root_url, 'sharing_groups/index.json')
response = session.get(url) response = session.get(url)
return self._check_response(response)['response'][0] return self._check_response(response)['response'][0]
# ############## Deprecated (Pure XML API should not be used) ################## # ############## Deprecated (Pure XML API should not be used) ##################