More stats example

pull/21/head
Alexandre Dulaunoy 2016-04-28 15:05:31 +02:00
parent ca382960ef
commit 7dc9e20997
1 changed files with 2 additions and 1 deletions

View File

@ -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))