This commit is contained in:
2025-08-27 14:59:15 +08:00
parent 09a2d65a34
commit 9b94393a13

View File

@@ -136,7 +136,7 @@ class MyHandler(FileSystemEventHandler):
f"{room.db_room.liver_name} 开锅了!", f"{room.db_room.liver_name} 开锅了!",
f"https://live.bilibili.com/{room.room_id}" f"https://live.bilibili.com/{room.room_id}"
]) ])
requests.post("http://turntf:18846/notify", json={"msg": msg}) requests.post("http://turntf:3000/notify", json={"msg": msg})
for notify_group in notify_qq_group.get(room.room_id, []): for notify_group in notify_qq_group.get(room.room_id, []):
seng_qq_group_msg(notify_group, msg) seng_qq_group_msg(notify_group, msg)
@@ -146,7 +146,7 @@ class MyHandler(FileSystemEventHandler):
f"{room.db_room.liver_name} 下锅了!", f"{room.db_room.liver_name} 下锅了!",
f"https://live.bilibili.com/{room.room_id}" f"https://live.bilibili.com/{room.room_id}"
]) ])
requests.post("http://turntf:18846/notify", json={"msg": msg}) requests.post("http://turntf:3000/notify", json={"msg": msg})
for notify_group in notify_qq_group.get(room.room_id, []): for notify_group in notify_qq_group.get(room.room_id, []):
seng_qq_group_msg(notify_group, msg) seng_qq_group_msg(notify_group, msg)