Fixes person/author confusion and public keys

This commit is contained in:
Mouse Reeve
2021-02-16 17:47:53 -08:00
parent d81bfb6573
commit 714202986d
3 changed files with 28 additions and 8 deletions

View File

@ -67,4 +67,4 @@ class Author(ActivityObject):
librarythingKey: str = ''
goodreadsKey: str = ''
wikipediaLink: str = ''
type: str = 'Person'
type: str = 'Author'