From a463231c4f5b165c29b658a36a488cff63f82768 Mon Sep 17 00:00:00 2001 From: Flash-Z <65103912+Flash-Z@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:29:33 +0800 Subject: [PATCH] update --- ToDoList/todolist/operate_list.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ToDoList/todolist/operate_list.py b/ToDoList/todolist/operate_list.py index 3146483..222e1f0 100644 --- a/ToDoList/todolist/operate_list.py +++ b/ToDoList/todolist/operate_list.py @@ -27,15 +27,6 @@ def operate_list(server, info, args): elif len(args) == 2: if args[1] == "list" or args[1] == "l": - # c = [''] - - # list_head = RText(f'================== §bToDoList §r==================').c( - # RAction.suggest_command, f'!!td list').h(f'§b!!td list') - # c.append(list_head) - - # for name, list_info in fun.list_dic.items(): - # list_msg = get_list(name) - # c.append(list_msg) server.reply(info, RTextList(*get_list())) elif args[1] == "reload" or args[1] == "r":