Update intranet tools and voucher comparison
This commit is contained in:
@@ -24,9 +24,9 @@ from wehago_compare import (
|
||||
rebuild_comparison_results,
|
||||
upsert_source_file,
|
||||
)
|
||||
from runtime_config import DB_PATH
|
||||
|
||||
|
||||
DB_PATH = BASE_DIR / "data.db"
|
||||
ENGINE = create_engine(f"sqlite:///{DB_PATH}", connect_args={"check_same_thread": False})
|
||||
|
||||
LEDGER_FILES = {
|
||||
|
||||
Reference in New Issue
Block a user