modified: amazon/price_match.py
modified: config.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user