Procházet zdrojové kódy

Trying to style todo list

allens před 6 dny
rodič
revize
07e7778575
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      ownchatbot/web_panels.py

+ 0 - 1
ownchatbot/web_panels.py

@@ -616,7 +616,6 @@ def uncross(item_id):
 @requires_login
 def rem_todo_item(item_id):
     todolist_items = current_app.config['LIST']
-    item_item_id = name
     if 0 <= item_id < len(todolist_items):  # Make sure the item exists
         removed = todolist_items.pop([item_id])
         current_app.logger.info(f'Removed \"{removed}\" from the to-do list.')