This commit is contained in:
ktianc 2023-04-05 21:32:06 +08:00
parent 16069f0ae0
commit a3888ac144

View File

@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer
""" """
系统版本 系统版本
""" """
VERSION = "1.7.2" VERSION = "1.7.3"
"""安全警告: 不要在生产中打开调试运行!""" """安全警告: 不要在生产中打开调试运行!"""
DEBUG = True DEBUG = True