Update config.py

This commit is contained in:
HibiKier 2021-05-20 21:27:18 +08:00 committed by GitHub
parent 1b3e92019e
commit 766b370952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ RSSHUBAPP: str = "" # rsshub
TL_KEY: List[str] = []
# 数据库(必要)
# 如果填写了bind就不需要再填写后面的字段了#
bind: str = ''
sql_name: str = ''
user: str = ''