fix: 修复KG源API

This commit is contained in:
helloplhm-qwq
2023-11-19 09:14:07 +08:00
committed by “Folltoshe”
parent 33a7e8e8b6
commit e28474c490
5 changed files with 21 additions and 80 deletions

View File

@ -11,8 +11,8 @@
import os
debug_mode = False
log_length_limit = 400
debug_mode = True
log_length_limit = 100000
running = True
config = {}
workdir = os.getcwd()