mirror of https://github.com/MISP/PyMISP
Remove a small bug introduced by previous commit
parent
ec7337cbc2
commit
9a241ec547
|
@ -199,7 +199,7 @@ class PyMISP(object):
|
||||||
Warning, there's a limit on the number of results
|
Warning, there's a limit on the number of results
|
||||||
"""
|
"""
|
||||||
session = self.__prepare_session(force_out)
|
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:
|
if filters is not None:
|
||||||
filters = json.dumps(filters)
|
filters = json.dumps(filters)
|
||||||
print filters
|
print filters
|
||||||
|
|
Loading…
Reference in New Issue