Fix print

pull/271/head
Deborah Servili 2018-08-30 12:09:55 +02:00 committed by GitHub
parent 8b8459ce53
commit 515857c37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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