修改拼接的表格名字
parent
b7207e4464
commit
3743891d1b
|
|
@ -400,7 +400,7 @@ def update_main_country_level_db(platform, mode, all_country_list):
|
|||
google_sheet_file = sheet_helper.get_sheet_table(config.sheet_level_config, f"{gameplay}_main_db_{cur_country}")
|
||||
if google_sheet_file is None:
|
||||
print(f"{gameplay}玩法目前没有{cur_country}的配置关卡表,使用默认表")
|
||||
google_sheet_file = sheet_helper.get_sheet_table(config.sheet_level_config,f"{gameplay}_main_db")
|
||||
google_sheet_file = sheet_helper.get_sheet_table(config.sheet_level_config,f"{gameplay}_db")
|
||||
if google_sheet_file is None:
|
||||
print(f"{gameplay}玩法目前没有配置关卡表")
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue