This commit is contained in:
cwx
2023-04-06 15:53:15 +08:00
parent a010cacd9f
commit 48d33a48e6
+1 -1
View File
@@ -63,7 +63,7 @@ class Comic:
if origin:
field[1] = value
if convert: value = cls.ChineseConvert(value)
field[0] = value
field[0] = value
return field
@classmethod