We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755d528 commit e825b48Copy full SHA for e825b48
script/order_bot_program/order_bot.py
@@ -17,7 +17,7 @@
17
18
# order process modules
19
# process order
20
-from process_order import load_xlsx, process_data_to_menu, process_price_with_order
+from order_process.process_order import load_xlsx, process_data_to_menu, process_price_with_order
21
22
class Order_Bot:
23
def __init__(self, mode = 'voice1'):
script/order_bot_program/setting.py
@@ -1,4 +1,4 @@
1
-menu_xlsx_path = 'script/order_bot/menu.xlsx'
+menu_xlsx_path = 'script/order_bot/order_process/menu.xlsx'
2
command_data_dict = {'command_line':'',
3
'is_command':False,
4
'bot_reply':''}
0 commit comments