删除以前历史的秀人下图逻辑,已经迁移至组件里面。

This commit is contained in:
liuwei
2025-04-15 14:56:58 +08:00
parent 24bafc4c20
commit 89af94e29c
5 changed files with 1 additions and 271 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def main(chat_type: int):
robot.onEveryTime("10:30", robot.send_epic_free_games)
# message report 1:数据自动从redis 转到sqllite
robot.onEveryTime("00:30", robot.message_count_to_db)
robot.onEveryTime("02:30", robot.message_count_to_db)
# 从db中提取并发送给相关群
robot.onEveryTime("09:30", robot.generate_and_send_ranking)