修改拼接的表格名字

main
ZhuoZhou 2025-06-19 14:22:16 +08:00
parent b7207e4464
commit 3743891d1b
1 changed files with 1 additions and 1 deletions

View File

@ -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