This commit is contained in:
Changhua
2023-11-17 20:46:03 +08:00
parent 831455e5c5
commit 8c18f740c8
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ def weather_report(robot: Robot) -> None:
for r in receivers:
robot.sendTextMsg(report, r)
# robot.sendTextMsg(report, r, "nofity@all") # 发送消息并@所有人
# robot.sendTextMsg(report, r, "notify@all") # 发送消息并@所有人
def main(chat_type: int):