flask upgrade

This commit is contained in:
samathad2023
2024-04-04 18:09:22 -07:00
parent 2ede41ce6a
commit e71989022d
8 changed files with 70 additions and 61 deletions

View File

@@ -1,5 +1,6 @@
from flask import Markup, abort, flash, redirect, render_template, request, url_for
from flask import abort, flash, redirect, render_template, request, url_for
from flask_login import current_user
from markupsafe import Markup
from app import (
api_key_api_client,