mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-30 05:21:08 +00:00
Makes endponts a default field
This commit is contained in:
parent
db426d71ee
commit
0d8e1f0ae2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Person(ActivityObject):
|
||||||
outbox: str
|
outbox: str
|
||||||
followers: str
|
followers: str
|
||||||
publicKey: PublicKey
|
publicKey: PublicKey
|
||||||
endpoints: Dict
|
endpoints: Dict = field(default_factory=lambda: {})
|
||||||
name: str = None
|
name: str = None
|
||||||
summary: str = None
|
summary: str = None
|
||||||
icon: Image = field(default_factory=lambda: {})
|
icon: Image = field(default_factory=lambda: {})
|
||||||
|
|
Loading…
Reference in a new issue