fix: Entrypt isn't a word!

fixes #59
pull/60/head
Hannah Ward 2017-03-09 16:36:30 +00:00
parent e029b60455
commit b3376183c0
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ class MISPAttribute(object):
if self.data:
to_return['data'] = base64.b64encode(self.data.getvalue()).decode()
if self.encrypt:
to_return['entrypt'] = self.encrypt
to_return['encrypt'] = self.encrypt
to_return = _int_to_str(to_return)
return to_return