Skip to content

Commit 0f649aa

Browse files
committed
Fixed #349 - update contact field to StringField
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 10a7892 commit 0f649aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributecode/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ def create_fields(self):
735735

736736
('owner', StringField()),
737737
('owner_url', UrlField()),
738-
('contact', ListField()),
738+
('contact', StringField()),
739739
('author', ListField()),
740740
('author_file', FileTextField()),
741741

0 commit comments

Comments
 (0)