Skip to content

Commit

Permalink
πŸ› TypeError: non-default argument μ—λŸ¬ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
junah201 committed Jan 5, 2024
1 parent b55e23c commit 7e77a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layers/common/python/common/chzzk.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ class ChzzkLive:
liveTitle: str
status: str
liveImageUrl: str
defaultThumbnailImageUrl: str | None = None
defaultThumbnailImageUrl: str | None
concurrentUserCount: int
accumulateCount: int
openDate: str
closeDate: str
adult: bool | None = None
chatChannelId: str | None = None
adult: bool | None
chatChannelId: str | None
categoryType: str
liveCategory: str
liveCategoryValue: str
Expand Down

0 comments on commit 7e77a08

Please sign in to comment.