Skip to content

Commit 93a2922

Browse files
authored
Update setting.py
1 parent 6d52f86 commit 93a2922

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

script/order_bot_program_module_custom/setting.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@
2424
'幾點':'what_time',
2525
'時間':'what_time',
2626
}
27-
try:
28-
from dialogue_section.order_meal import order_meal
29-
module_data_dict["餐"]=order_meal
30-
except:
31-
pass
32-
33-
import dialogue_section.order_meal
3427

3528
for key in module_import_dict.keys():
3629
program = '''

0 commit comments

Comments
 (0)