Merge pull request #18 from tanpenggood-fork/typo-sam-20230723

typo(field.py): words "normal" typo
This commit is contained in:
Relakkes
2023-07-23 14:30:19 +08:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ class FeedType(Enum):
class NoteType(Enum):
NOMAL = "nomal"
NORMAL = "normal"
VIDEO = "video"