Skip to content

Commit 6592463

Browse files
authored
Update 定时检测在线_v5.py 数据脱敏
1 parent d851af0 commit 6592463

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

定时检测在线_v5.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
scheduler = None
4343

4444
# -------------------------- 全局配置 --------------------------
45-
TARGET_QQ = "2743218818" # 管理员QQ,用于接收验证码请求
46-
TARGET_GROUP = 1072293499 # 消息通知群
47-
BOT_ID = "2697758341"
48-
DEFAULT_PHONE = "17318968901" # 默认手机号
45+
TARGET_QQ = "2xxx" # 管理员QQ,用于接收验证码请求
46+
TARGET_GROUP = 123456 # 消息通知群
47+
BOT_ID = "26xxx"
48+
DEFAULT_PHONE = "17xxxx" # 默认手机号
4949

5050
DATA_DIR = os.path.join(os.getcwd(), "onething")
5151
if not os.path.exists(DATA_DIR):

0 commit comments

Comments
 (0)