Remove a small bug introduced by previous commit

pull/4/head
Alexandre Dulaunoy 2016-03-01 16:20:10 +01:00
parent ec7337cbc2
commit 9a241ec547
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class PyMISP(object):
Warning, there's a limit on the number of results
"""
session = self.__prepare_session(force_out)
url = urljoin(self.root_url, 'events', 'index')
url = urljoin(self.root_url, 'events/index')
if filters is not None:
filters = json.dumps(filters)
print filters