fix: 修复神秘none bug以及ruff

This commit is contained in:
tcmofashi
2025-06-04 12:56:31 +08:00
parent 5880fe707e
commit aa56c3e1a3
7 changed files with 83 additions and 103 deletions

View File

@@ -335,7 +335,6 @@ def initialize_database():
检查所有定义的表是否存在,如果不存在则创建它们。
检查所有表的所有字段是否存在,如果缺失则自动添加。
"""
import sys
models = [
ChatStreams,