super_user and services updated
This commit is contained in:
@@ -18,7 +18,6 @@ from databases.sql_models.company.company import Companies
|
||||
from databases.sql_models.identity.identity import People
|
||||
|
||||
|
||||
|
||||
class InsertBudgetRecord(BaseModel):
|
||||
iban: str
|
||||
bank_date: str = datetime.now().__str__()
|
||||
@@ -272,6 +271,7 @@ def parse_comment_for_build_parts(
|
||||
comment: str, max_build_part: int = 200, parse: str = "DAIRE"
|
||||
):
|
||||
from regex_func import category_finder
|
||||
|
||||
results, results_list = category_finder(comment), []
|
||||
print("results[parse]", results[parse])
|
||||
for result in results[parse] or []:
|
||||
|
||||
Reference in New Issue
Block a user