wersja 0.0.4 #7

Merged
gru merged 47 commits from zliczanie_wydatkow_i_poprawki_w_js into master 2025-07-28 22:17:13 +02:00
Showing only changes of commit b17a12b9fd - Show all commits

3
app.py
View File

@@ -2223,6 +2223,7 @@ def recalculate_filesizes():
@app.route("/healthcheck")
@talisman.exempt
def healthcheck():
header_token = request.headers.get("X-Internal-Check")
correct_token = app.config.get("HEALTHCHECK_TOKEN")
@@ -2600,7 +2601,7 @@ def create_db():
if extra_cols:
print(
f"Dodatkowe kolumny w tabeli '{table}': {', '.join(sorted(extra_cols))}"
f"Dodatkowe kolumny w tabeli '{table}': {', '.join(sorted(extra_cols))}"
)
if missing_tables or critical_error: