generated from dopt-python/py311
prepare document selection widget
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ print(f"{raw_ent_ids.valid(RecordingType.WITHOUT_COMPANY)=}")
|
||||
|
||||
# %%
|
||||
db_path = constants.Config.DB_PATH_MAIN
|
||||
crm_path = constants.Config.DB_PATH_CRM
|
||||
crm_path = constants.Config.DB_PATH_KONTAKTLISTE
|
||||
engine = sql.create_engine(f"sqlite:///{str(db_path)}")
|
||||
engine_crm = sql.create_engine(f"sqlite:///{str(crm_path)}")
|
||||
# %%
|
||||
|
||||
Reference in New Issue
Block a user