Skip to content

Commit af6015e

Browse files
authored
Add files via upload
1 parent b803434 commit af6015e

File tree

1 file changed

+1
-1
lines changed
  • script/order_bot_program_module_custom/dialogue_section

1 file changed

+1
-1
lines changed

script/order_bot_program_module_custom/dialogue_section/order_meal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from order_process.process_order import load_xlsx, process_data_to_menu, process_price_with_order
2-
menu_xlsx_path = '..\order_process\menu.xlsx'
2+
menu_xlsx_path = 'script\order_bot_program_module_custom\order_process\menu.xlsx'
33
data_dict = load_xlsx(file_name=menu_xlsx_path)
44
menu_dict = process_data_to_menu(data_dict)
55
def order_meal(self):

0 commit comments

Comments
 (0)