mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-07 23:51:47 +08:00
chore: try except 按块分割,移除无用的设置项
This commit is contained in:
@@ -15,7 +15,6 @@ class Config(DataClassJsonMixin):
|
||||
dedeuserid: str = ""
|
||||
ac_time_value: str = ""
|
||||
interval: int = 20
|
||||
favorite_ids: list[int] = field(default_factory=list)
|
||||
path_mapper: dict[int, str] = field(default_factory=dict)
|
||||
|
||||
def validate(self) -> Self:
|
||||
|
||||
Reference in New Issue
Block a user