slight fix for the pdf download

This commit is contained in:
2026-07-13 13:12:32 +02:00
parent ac893ff855
commit a0f722af58
+1 -1
View File
@@ -1,4 +1,4 @@
from flask import Flask, render_template, request, jsonify, flash, redirect, url_for, get_flashed_messages, session, send_file, after_this_request, abort
from flask import Flask, render_template, request, jsonify, flash, redirect, url_for, get_flashed_messages, session, send_file, after_this_request, abort, send_from_directory
import os
import json
import atexit