modified: amazon/__pycache__/approve.cpython-39.pyc
new file: amazon/__pycache__/asin_status.cpython-39.pyc modified: amazon/__pycache__/main.cpython-39.pyc modified: amazon/__pycache__/match_action.cpython-39.pyc modified: amazon/__pycache__/price_match.cpython-39.pyc modified: amazon/approve.py modified: amazon/asin_status.py modified: amazon/main.py modified: amazon/match_action.py modified: amazon/price_match.py modified: web_source/brand.html modified: web_source/templates_backup/brand.html
This commit is contained in:
@@ -445,7 +445,7 @@ class MatchTak:
|
||||
import traceback
|
||||
self.log(f"处理国家 {country_code} 失败: {str(e)}", "ERROR")
|
||||
self.log(traceback.format_exc(), "ERROR")
|
||||
if "与页面的连接已断开" in e:
|
||||
if "与页面的连接已断开" in str(e):
|
||||
iskill = True
|
||||
|
||||
# 更新已处理国家数
|
||||
|
||||
Reference in New Issue
Block a user