fix: 修正占位符命名 YOUR_NAP CAT_HOST → YOUR_NAPCAT_HOST(去掉空格)
This commit is contained in:
@ -28,7 +28,7 @@ import requests
|
||||
import os
|
||||
|
||||
# go-cqhttp HTTP API 地址(与 qqrebot 配置文件一致)
|
||||
CQHTTP_URL = "http://YOUR_NAP CAT_HOST:25570"
|
||||
CQHTTP_URL = "http://YOUR_NAPCAT_HOST:25570"
|
||||
|
||||
# 默认接收用户(管理员)
|
||||
DEFAULT_USER = "YOUR_ADMIN_QQ"
|
||||
|
||||
Reference in New Issue
Block a user