给PushBear添加SC_KEY参数用于填写send_key

This commit is contained in:
littlefatty.wong
2019-01-15 11:57:51 +08:00
parent 00d5ea4be6
commit 4bd5cdb89e
5 changed files with 8 additions and 5 deletions

View File

@@ -54,8 +54,9 @@ TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token'
# ServerChan和PushBear配置
SERVERCHAN_ENABLED = 0
PUSHBEAR_ENABLED = 0
S_KEY = 'SCUdafadsfasfdafdf45234234234'
PUSHBEAR_ENABLED = 0
SC_KEY = '8474-ca071ADSFADSF'
# 输出日志到文件
OUT_PUT_LOG_TO_FILE_ENABLED = 0