mirror of
https://git.sr.ht/~sircmpwn/hub.sr.ht
synced 2024-10-06 08:24:53 +02:00
Correct syntax error
God dammit
This commit is contained in:
parent
b5ddb82dd0
commit
4028656cd2
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue