add project files
Browse files- src/gr_func.py +1 -1
src/gr_func.py
CHANGED
@@ -109,7 +109,7 @@ def get_second_material(medicine_select, first_material:str, medicine_level_sele
|
|
109 |
rtn = list(map(lambda x: f"{x[0]}*{x[1]}", rtn))
|
110 |
return rtn
|
111 |
|
112 |
-
def get_possible_material(medicine_select, first_material:str="无", second_material:str="无",material_max_num=
|
113 |
possible_choice = set()
|
114 |
if first_material == "无":
|
115 |
for first_material in get_first_material(medicine_select):
|
|
|
109 |
rtn = list(map(lambda x: f"{x[0]}*{x[1]}", rtn))
|
110 |
return rtn
|
111 |
|
112 |
+
def get_possible_material(medicine_select, first_material:str="无", second_material:str="无",material_max_num=100):
|
113 |
possible_choice = set()
|
114 |
if first_material == "无":
|
115 |
for first_material in get_first_material(medicine_select):
|