Skip to content

Commit

Permalink
Merge branch 'hotfix/23.08.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Jun 7, 2023
2 parents 206b583 + aacc39c commit b8f5c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/mailchimp_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_mailchimp_api():
raise OSFError(
'An API key is required to connect to Mailchimp.'
)
return mailchimp3.Mailchimp(settings.MAILCHIMP_API_KEY)
return mailchimp3.MailChimp(settings.MAILCHIMP_API_KEY)


def get_list_id_from_name(list_name):
Expand Down

0 comments on commit b8f5c54

Please sign in to comment.