diff --git a/pymisp/api.py b/pymisp/api.py index a5c0670..77f0cb6 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -144,7 +144,6 @@ class PyMISP(MISPFileCache): # pragma: no cover if remote_describe_types.get('error'): for e in remote_describe_types.get('error'): raise PyMISPError('Failed: {}'.format(e)) - remote_describe_types = describe_types if not remote_describe_types.get('sane_defaults'): raise PyMISPError('The MISP server your are trying to reach is outdated (<2.4.52). Please use PyMISP v2.4.51.1 (pip install -I PyMISP==v2.4.51.1) and/or contact your administrator.') return remote_describe_types