nagasurendra commited on
Commit
92a00b4
·
verified ·
1 Parent(s): a7b928b

Update menu.py

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