in scoreGenerator.py [0:0]
def main(argv):
# Pull the profile from the parameters passed in.
profile = argv[1]
#create boto securityhub client
client = (boto3.session.Session(profile_name=profile)).client('securityhub')
scores = generateScore(get_standards_status(client))
print(scores)