fix files names
This commit is contained in:
@@ -24,6 +24,8 @@ for file in files:
|
||||
calculate.get_articles_with_sales(jsonread.merchant("yandex"), sheet_name="Отчёт по товарам")
|
||||
case _ if "wb" in file:
|
||||
print("Это WB")
|
||||
calculate = Handler(file)
|
||||
calculate.get_articles_with_sales(jsonread.merchant("wb"), sheet_name="Отчёт товарам")
|
||||
case _:
|
||||
print("Не распознано")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user