Fix ConfModel error

This commit is contained in:
adator
2024-09-22 16:31:00 +02:00
parent ff603ab2a4
commit 0cf1262d31

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