Skip to content

Commit 70fb316

Browse files
committed
Slight tweak to domain creation
1 parent 4bb9401 commit 70fb316

File tree

1 file changed

+1
-1
lines changed
  • python-flask-admin-portal-example

1 file changed

+1
-1
lines changed

python-flask-admin-portal-example/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def provision_enterprise():
4141
else:
4242
domain_data = list(
4343
map(
44-
lambda domain: DomainDataInput({"domain": domain, "state": "verified"}),
44+
lambda domain: DomainDataInput(domain=domain, state="verified"),
4545
organization_domains,
4646
)
4747
)

0 commit comments

Comments
 (0)