Commit d54b14b4 authored by 崔为之's avatar 崔为之 💪🏽

Update project

parent 62af0a25
......@@ -7,7 +7,7 @@
# @Email : StudentCWZ@outlook.com
# @Date : 2023/11/20 09:57
# @File : log.py
# @Description :
# @Description : Defines the Log dao for the application.
"""
from datetime import datetime
......
......@@ -24,6 +24,7 @@ from .init_elasticsearch import init_elasticsearch
from .init_logger import init_logger
from .init_sqlalchemy import init_database
def init_plugs(app: Flask) -> None:
"""
This function initializes various plugins for a Flask application.
......
......@@ -7,7 +7,7 @@
# @Email : StudentCWZ@outlook.com
# @Date : 2023/11/19 16:02
# @File : log.py
# @Description :
# @Description : Defines the Log services for the application.
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment