ozon update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user