typo(field.py): words "normal" typo

This commit is contained in:
tanpenggood 2023-07-23 13:24:39 +08:00
parent 745e59c875
commit ae2de2f792
1 changed files with 1 additions and 1 deletions

View File

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