ozon update

This commit is contained in:
2026-05-07 02:08:46 +03:00
parent f925c489f2
commit 8a33674275
3 changed files with 124 additions and 35 deletions

View File

@@ -16,8 +16,8 @@ for file in files:
match file:
case _ if "ozon" in file:
print("Это OZON")
calculate = Handler(file)
calculate.get_articles_with_sales(jsonread.merchant("ozon"), sheet_name="По товарам")
calculate = Handler(file, jsonread.merchant("ozon"), sheet_name="По товарам")
calculate.get_articles_with_sales()
case _ if "yandex" in file:
print("Это Yandex")
calculate = Handler(file)