Skip to content

Commit e825b48

Browse files
authored
Add files via upload
1 parent 755d528 commit e825b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/order_bot_program/order_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# order process modules
1919
# process order
20-
from process_order import load_xlsx, process_data_to_menu, process_price_with_order
20+
from order_process.process_order import load_xlsx, process_data_to_menu, process_price_with_order
2121

2222
class Order_Bot:
2323
def __init__(self, mode = 'voice1'):

script/order_bot_program/setting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
menu_xlsx_path = 'script/order_bot/menu.xlsx'
1+
menu_xlsx_path = 'script/order_bot/order_process/menu.xlsx'
22
command_data_dict = {'command_line':'',
33
'is_command':False,
44
'bot_reply':''}

0 commit comments

Comments
 (0)