Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Flash-Z authored Feb 8, 2023
1 parent b5fba10 commit a463231
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ToDoList/todolist/operate_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit a463231

Please sign in to comment.