Correct syntax error

God dammit
This commit is contained in:
Drew DeVault 2020-04-29 12:11:53 -04:00
parent b5ddb82dd0
commit 4028656cd2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ Mailing list for end-user discussion and questions related to the
"name": list_name,
"description": descs[list_name],
})
mailing_list = lists.create_list(owner, valid))
mailing_list = lists.create_list(owner, valid)
if not mailing_list:
raise Exception(json.dumps(valid.response))