fix print in sharing_groups.py

pull/1313/head
Deborah Servili 2018-08-30 14:54:08 +02:00
parent 8b8459ce53
commit 79e3af08d2
1 changed files with 1 additions and 2 deletions

View File

@ -21,5 +21,4 @@ if __name__ == '__main__':
misp = init(misp_url, misp_key)
sharing_groups = misp.get_sharing_groups()
print sharing_groups
print (sharing_groups)