modified: amazon/price_match.py

modified:   config.py
This commit is contained in:
铭坤
2026-05-07 11:14:15 +08:00
parent 5ca46b0a57
commit d618a5abf0
2 changed files with 15 additions and 14 deletions

View File

@@ -979,7 +979,7 @@ class PriceTask(TaskBase):
country_name = self.country_info.get(country_code, country_code)
info_mes = f"开始处理国家: {country_name} ({country_code}),需要跳过的asin {skip_asin}"
self.log(info_mes)
show_notification(info_mes, "info")
show_notification(f"开始处理国家:{country_name}", "info")
# 更新当前处理的国家
if task_id in runing_task: