Skip to content

Commit

Permalink
[Destiny] Sometimes we get this new key, not always
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID committed Oct 26, 2023
1 parent 6662b33 commit 0cf986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion destiny/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class NewsArticles:
ResultCountThisPage: int
NewsArticles: List[NewsArticle]
PagerAction: str
CategoryFilter: Optional[str]
CategoryFilter: Optional[str] = None

@classmethod
def from_json(cls, data: dict) -> NewsArticles:
Expand Down

0 comments on commit 0cf986a

Please sign in to comment.