Skip to content

Commit

Permalink
Merge pull request #626 from internetarchive/hornc-patch-1
Browse files Browse the repository at this point in the history
fix comma as mentioned in #145
  • Loading branch information
mekarpeles committed Nov 1, 2017
2 parents 4802b04 + d00e7fe commit 6f25e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/catalog/author/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
q = {
'create': 'unless_exists',
'name': name,
'personal_name': name
'personal_name': name,
'entity_type': 'person',
'key': infogami.new_key('/type/author'),
'type': '/type/author',
Expand Down

0 comments on commit 6f25e65

Please sign in to comment.