Accept a Null category
Null categories can have regex and additional options defined in the configuration yaml.
This commit is contained in:
parent
c0cc8d5563
commit
5f0fe38ba8
@ -35,7 +35,7 @@ groups = {
|
||||
]
|
||||
for group in set(category.group for category in categories.values())
|
||||
}
|
||||
categories["Null"] = Options()
|
||||
categories.setdefault("Null", Options())
|
||||
|
||||
|
||||
def categorize_data(db: DBManager):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user