Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JingShing authored Dec 20, 2022
1 parent b803434 commit af6015e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from order_process.process_order import load_xlsx, process_data_to_menu, process_price_with_order
menu_xlsx_path = '..\order_process\menu.xlsx'
menu_xlsx_path = 'script\order_bot_program_module_custom\order_process\menu.xlsx'
data_dict = load_xlsx(file_name=menu_xlsx_path)
menu_dict = process_data_to_menu(data_dict)
def order_meal(self):
Expand Down

0 comments on commit af6015e

Please sign in to comment.