nagasurendra commited on
Commit
a393296
·
verified ·
1 Parent(s): d6294c4

Update menu.py

Browse files
Files changed (1) hide show
  1. menu.py +1 -2
menu.py CHANGED
@@ -197,8 +197,7 @@ def menu():
197
  reward_points=reward_points,
198
  user_name=user_name, # Pass name to the template
199
  first_letter=first_letter, # Pass first letter to the template
200
- most_common_addons=[addon.strip() for addon in most_common_addons], # Pass most common addons
201
- most_common_instructions=most_common_instructions # Pass most common instructions
202
  )
203
 
204
  @menu_blueprint.route('/api/addons', methods=['GET'])
 
197
  reward_points=reward_points,
198
  user_name=user_name, # Pass name to the template
199
  first_letter=first_letter, # Pass first letter to the template
200
+ most_common_addons=[addon.strip() for addon in most_common_addons] # Pass most common addons
 
201
  )
202
 
203
  @menu_blueprint.route('/api/addons', methods=['GET'])