Skip to content

Commit cf26df3

Browse files
committed
Add community
1 parent e9b11ac commit cf26df3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

write_authors.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,16 @@
2222
production = False
2323
publish = True
2424
authors = True
25+
community = "d0b46a93-0293-4689-a5c6-5ded7b7b4fd8"
2526

2627
response = caltechdata_write(
27-
metadata, token, args.fnames, production, args.schema, publish, authors=authors
28+
metadata,
29+
token,
30+
args.fnames,
31+
production,
32+
args.schema,
33+
publish,
34+
community=community,
35+
authors=authors,
2836
)
2937
print(response)

0 commit comments

Comments
 (0)