mirror of https://github.com/MISP/PyMISP
More stats example
parent
ca382960ef
commit
7dc9e20997
|
@ -15,4 +15,5 @@ if __name__ == '__main__':
|
|||
|
||||
misp = init(misp_url, misp_key)
|
||||
|
||||
print misp.get_attributes_statistics(misp, percentage=True)
|
||||
print (misp.get_attributes_statistics(misp, percentage=True))
|
||||
print (misp.get_attributes_statistics(context='category', percentage=True))
|
||||
|
|
Loading…
Reference in New Issue