Merge pull request #34 from iglocska/master

Capitalisation issues
pull/9/head
Alexandre Dulaunoy 2016-04-06 12:19:23 +02:00
commit c85531c306
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ class PyMISP(object):
def prepare_attribute(self, event_id, distribution, to_ids, category, info,
analysis, threat_level_id):
to_post = {'request': {}}
authorized_categs = ['Payload delivery', 'Artifacts dropped', 'Payload Installation', 'External Analysis', 'Network activity', 'Antivirus detection']
authorized_categs = ['Payload delivery', 'Artifacts dropped', 'Payload installation', 'External analysis', 'Network activity', 'Antivirus detection']
if event_id is not None:
try: