Commit cff6b14b authored by 邱阿朋's avatar 邱阿朋

优化

parent 86f68e56
......@@ -43,7 +43,7 @@ def page_get(url):
def sku_relations():
relations_dict = {}
# 读取ASIN和sku映射关系
file_name = '../relations.xlsx'
file_name = 'relations.xlsx'
if not os.path.isfile(file_name):
raise FileNotFoundError(f"{file_name},请确认sku关系文件不存在")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment