Merge pull request #45 from adator85/dev

Fix ConfModel error
This commit is contained in:
adator
2024-09-22 16:31:35 +02:00
committed by GitHub

View File

@@ -150,7 +150,7 @@ class ConfigDataModel:
db_path: str db_path: str
"""The database path""" """The database path"""
COLORS: ColorModel = ColorModel() COLORS: ColorModel = field(default_factory=ColorModel)
"""Available colors in Defender""" """Available colors in Defender"""
BATCH_SIZE: int = 400 BATCH_SIZE: int = 400